Searched refs:DestIsSigned (Results 1 - 4 of 4) sorted by relevance

/external/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringARM32.cpp616 const bool DestIsSigned = CastKind == InstCast::Fptosi; local
619 Src0IsF32 ? (DestIsSigned ? RuntimeHelper::H_fptosi_f32_i64
621 : (DestIsSigned ? RuntimeHelper::H_fptosi_f64_i64
4061 const bool DestIsSigned = CastKind == InstCast::Fptosi;
4068 DestIsSigned ? InstARM32Vcvt::Vs2si : InstARM32Vcvt::Vs2ui);
4087 Src0IsF32 ? (DestIsSigned ? InstARM32Vcvt::S2si : InstARM32Vcvt::S2ui)
4088 : (DestIsSigned ? InstARM32Vcvt::D2si : InstARM32Vcvt::D2ui);
H A DIceTargetLoweringMIPS32.cpp456 const bool DestIsSigned = CastKind == InstCast::Fptosi; local
459 if (DestIsSigned) {
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DInstructions.cpp2493 const Value *Src, bool SrcIsSigned, Type *DestTy, bool DestIsSigned) {
2529 if (DestIsSigned)
2492 getCastOpcode( const Value *Src, bool SrcIsSigned, Type *DestTy, bool DestIsSigned) argument
/external/llvm/lib/IR/
H A DInstructions.cpp2982 const Value *Src, bool SrcIsSigned, Type *DestTy, bool DestIsSigned) {
3019 if (DestIsSigned)

Completed in 176 milliseconds