Home
last modified time | relevance | path

Searched defs:DestIsSigned (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringARM32.cpp606 const bool DestIsSigned = CastKind == InstCast::Fptosi; in genTargetHelperCallFor() local
3873 const bool DestIsSigned = CastKind == InstCast::Fptosi; in lowerCast() local
H A DIceTargetLoweringMIPS32.cpp454 const bool DestIsSigned = CastKind == InstCast::Fptosi; in genTargetHelperCallFor() local
/aosp_15_r20/external/llvm/lib/IR/
H A DInstructions.cpp2982 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 DInstructions.cpp3078 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 DInstructions.cpp3637 const Value *Src, bool SrcIsSigned, Type *DestTy, bool DestIsSigned) { in getCastOpcode()
H A DCore.cpp3805 LLVMTypeRef DestTy, LLVMBool DestIsSigned) { in LLVMGetCastOpcode()