Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/pyext/
Dsafe_numerics.h45 bool DestIsSigned, bool SourceIsSigned>
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.cpp615 const bool DestIsSigned = CastKind == InstCast::Fptosi; in genTargetHelperCallFor() local
618 Src0IsF32 ? (DestIsSigned ? RuntimeHelper::H_fptosi_f32_i64 in genTargetHelperCallFor()
620 : (DestIsSigned ? RuntimeHelper::H_fptosi_f64_i64 in genTargetHelperCallFor()
4058 const bool DestIsSigned = CastKind == InstCast::Fptosi; in lowerCast() local
4065 DestIsSigned ? InstARM32Vcvt::Vs2si : InstARM32Vcvt::Vs2ui); in lowerCast()
4084 Src0IsF32 ? (DestIsSigned ? InstARM32Vcvt::S2si : InstARM32Vcvt::S2ui) in lowerCast()
4085 : (DestIsSigned ? InstARM32Vcvt::D2si : InstARM32Vcvt::D2ui); in lowerCast()
DIceTargetLoweringMIPS32.cpp456 const bool DestIsSigned = CastKind == InstCast::Fptosi; in genTargetHelperCallFor() local
459 if (DestIsSigned) { in genTargetHelperCallFor()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstructions.cpp3078 const Value *Src, bool SrcIsSigned, Type *DestTy, bool DestIsSigned) { in getCastOpcode() argument
3115 if (DestIsSigned) in getCastOpcode()
/external/llvm/lib/IR/
DInstructions.cpp2982 const Value *Src, bool SrcIsSigned, Type *DestTy, bool DestIsSigned) { in getCastOpcode() argument
3019 if (DestIsSigned) in getCastOpcode()
/external/llvm-project/llvm/lib/IR/
DInstructions.cpp3208 const Value *Src, bool SrcIsSigned, Type *DestTy, bool DestIsSigned) { in getCastOpcode() argument
3245 if (DestIsSigned) in getCastOpcode()