Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.cpp616 const bool DestIsSigned = CastKind == InstCast::Fptosi; in genTargetHelperCallFor() local
4061 const bool DestIsSigned = CastKind == InstCast::Fptosi; in lowerCast() local
DIceTargetLoweringMIPS32.cpp456 const bool DestIsSigned = CastKind == InstCast::Fptosi; in genTargetHelperCallFor() local
/external/swiftshader/third_party/LLVM/lib/VMCore/
DInstructions.cpp2493 const Value *Src, bool SrcIsSigned, Type *DestTy, bool DestIsSigned) { in getCastOpcode()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInstructions.cpp2800 const Value *Src, bool SrcIsSigned, Type *DestTy, bool DestIsSigned) { in getCastOpcode()
/external/llvm/lib/IR/
DInstructions.cpp2982 const Value *Src, bool SrcIsSigned, Type *DestTy, bool DestIsSigned) { in getCastOpcode()