Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3122 Value *createTrunc(Instruction *Opnd, Type *Ty);
3170 Value *TypePromotionTransaction::createTrunc(Instruction *Opnd, Type *Ty) { in createTrunc() function in TypePromotionTransaction
4466 Value *Trunc = TPT.createTrunc(Ext, ExtOpnd->getType()); in promoteOperandForOther()