Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp1956 Value *createTrunc(Instruction *Opnd, Type *Ty);
1992 Value *TypePromotionTransaction::createTrunc(Instruction *Opnd, in createTrunc() function in __anonebd7bfba0211::TypePromotionTransaction
2485 Value *Trunc = TPT.createTrunc(Ext, ExtOpnd->getType()); in promoteOperandForOther()