Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/CodeGen/
HDCodeGenPrepare.cpp2015 Value *createSExt(Instruction *Inst, Value *Opnd, Type *Ty);
2057 Value *TypePromotionTransaction::createSExt(Instruction *Inst, in createSExt() function in __anon08e94ae70211::TypePromotionTransaction
2608 Value *ValForExtOpnd = IsSExt ? TPT.createSExt(Ext, Opnd, Ext->getType()) in promoteOperandForOther()