Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp1958 Value *createSExt(Instruction *Inst, Value *Opnd, Type *Ty);
2000 Value *TypePromotionTransaction::createSExt(Instruction *Inst, in createSExt() function in __anonebd7bfba0211::TypePromotionTransaction
2547 Value *ValForExtOpnd = IsSExt ? TPT.createSExt(Ext, Opnd, Ext->getType()) in promoteOperandForOther()