Searched defs:DestIsSigned (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/subzero/src/ |
H A D | IceTargetLoweringARM32.cpp | 606 const bool DestIsSigned = CastKind == InstCast::Fptosi; in genTargetHelperCallFor() local 3873 const bool DestIsSigned = CastKind == InstCast::Fptosi; in lowerCast() local
|
H A D | IceTargetLoweringMIPS32.cpp | 454 const bool DestIsSigned = CastKind == InstCast::Fptosi; in genTargetHelperCallFor() local
|
/aosp_15_r20/external/llvm/lib/IR/ |
H A D | Instructions.cpp | 2982 const Value *Src, bool SrcIsSigned, Type *DestTy, bool DestIsSigned) { in getCastOpcode()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | Instructions.cpp | 3078 const Value *Src, bool SrcIsSigned, Type *DestTy, bool DestIsSigned) { in getCastOpcode()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | Instructions.cpp | 3637 const Value *Src, bool SrcIsSigned, Type *DestTy, bool DestIsSigned) { in getCastOpcode()
|
H A D | Core.cpp | 3805 LLVMTypeRef DestTy, LLVMBool DestIsSigned) { in LLVMGetCastOpcode()
|