Searched refs:IsTrunc (Results 1 – 3 of 3) sorted by relevance
966 MachineMemOperand *MMO, bool IsTrunc);
4049 const bool IsTrunc = CastKind == InstCast::Fptrunc; in lowerCast() local4051 assert(DestTy == (IsTrunc ? IceType_f32 : IceType_f64)); in lowerCast()4052 assert(Src0->getType() == (IsTrunc ? IceType_f64 : IceType_f32)); in lowerCast()4055 _vcvt(T, Src0R, IsTrunc ? InstARM32Vcvt::D2s : InstARM32Vcvt::S2d); in lowerCast()
5548 bool IsTrunc = N->getConstantOperandVal(1) == 1 && in visitFP_ROUND() local5551 DAG.getIntPtrConstant(IsTrunc)); in visitFP_ROUND()