Searched refs:DestIsSigned (Results 1 – 5 of 5) sorted by relevance
616 const bool DestIsSigned = CastKind == InstCast::Fptosi; in genTargetHelperCallFor() local619 Src0IsF32 ? (DestIsSigned ? RuntimeHelper::H_fptosi_f32_i64 in genTargetHelperCallFor()621 : (DestIsSigned ? RuntimeHelper::H_fptosi_f64_i64 in genTargetHelperCallFor()4061 const bool DestIsSigned = CastKind == InstCast::Fptosi; in lowerCast() local4068 DestIsSigned ? InstARM32Vcvt::Vs2si : InstARM32Vcvt::Vs2ui); in lowerCast()4087 Src0IsF32 ? (DestIsSigned ? InstARM32Vcvt::S2si : InstARM32Vcvt::S2ui) in lowerCast()4088 : (DestIsSigned ? InstARM32Vcvt::D2si : InstARM32Vcvt::D2ui); in lowerCast()
456 const bool DestIsSigned = CastKind == InstCast::Fptosi; in genTargetHelperCallFor() local459 if (DestIsSigned) { in genTargetHelperCallFor()
2493 const Value *Src, bool SrcIsSigned, Type *DestTy, bool DestIsSigned) { in getCastOpcode() argument2529 if (DestIsSigned) in getCastOpcode()
2800 const Value *Src, bool SrcIsSigned, Type *DestTy, bool DestIsSigned) { in getCastOpcode() argument2837 if (DestIsSigned) in getCastOpcode()
2982 const Value *Src, bool SrcIsSigned, Type *DestTy, bool DestIsSigned) { in getCastOpcode() argument3019 if (DestIsSigned) in getCastOpcode()