Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2998 Value *createTrunc(Instruction *Opnd, Type *Ty);
3045 Value *TypePromotionTransaction::createTrunc(Instruction *Opnd, in createTrunc() function in TypePromotionTransaction
4349 Value *Trunc = TPT.createTrunc(Ext, ExtOpnd->getType()); in promoteOperandForOther()