Searched refs:createTrunc (Results 1 – 1 of 1) sorted by relevance
3693 Value *createTrunc(Instruction *Opnd, Type *Ty);3737 Value *TypePromotionTransaction::createTrunc(Instruction *Opnd, Type *Ty) { in createTrunc() function in TypePromotionTransaction5039 Value *Trunc = TPT.createTrunc(Ext, ExtOpnd->getType()); in promoteOperandForOther()