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