Home
last modified time | relevance | path

Searched refs:createTrunc (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3021 Value *createTrunc(Instruction *Opnd, Type *Ty);
3068 Value *TypePromotionTransaction::createTrunc(Instruction *Opnd, in createTrunc() function in TypePromotionTransaction
4373 Value *Trunc = TPT.createTrunc(Ext, ExtOpnd->getType()); in promoteOperandForOther()