Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.cpp606 const bool DestIsSigned = CastKind == InstCast::Fptosi; in genTargetHelperCallFor() local
3873 const bool DestIsSigned = CastKind == InstCast::Fptosi; in lowerCast() local
DIceTargetLoweringMIPS32.cpp454 const bool DestIsSigned = CastKind == InstCast::Fptosi; in genTargetHelperCallFor() local
/external/llvm/lib/IR/
DInstructions.cpp2982 const Value *Src, bool SrcIsSigned, Type *DestTy, bool DestIsSigned) { in getCastOpcode()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstructions.cpp3078 const Value *Src, bool SrcIsSigned, Type *DestTy, bool DestIsSigned) { in getCastOpcode()