Searched refs:DestIsSigned (Results 1 – 6 of 6) sorted by relevance
/external/protobuf/python/google/protobuf/pyext/ |
D | safe_numerics.h | 45 bool DestIsSigned, bool SourceIsSigned>
|
/external/swiftshader/third_party/subzero/src/ |
D | IceTargetLoweringARM32.cpp | 615 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()
|
D | IceTargetLoweringMIPS32.cpp | 456 const bool DestIsSigned = CastKind == InstCast::Fptosi; in genTargetHelperCallFor() local 459 if (DestIsSigned) { in genTargetHelperCallFor()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Instructions.cpp | 3078 const Value *Src, bool SrcIsSigned, Type *DestTy, bool DestIsSigned) { in getCastOpcode() argument 3115 if (DestIsSigned) in getCastOpcode()
|
/external/llvm/lib/IR/ |
D | Instructions.cpp | 2982 const Value *Src, bool SrcIsSigned, Type *DestTy, bool DestIsSigned) { in getCastOpcode() argument 3019 if (DestIsSigned) in getCastOpcode()
|
/external/llvm-project/llvm/lib/IR/ |
D | Instructions.cpp | 3208 const Value *Src, bool SrcIsSigned, Type *DestTy, bool DestIsSigned) { in getCastOpcode() argument 3245 if (DestIsSigned) in getCastOpcode()
|