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

/external/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1957 /// Same as IRBuilder::createSExt.
1958 Value *createSExt(Instruction *Inst, Value *Opnd, Type *Ty);
2000 Value *TypePromotionTransaction::createSExt(Instruction *Inst, function in class:__anon10409::TypePromotionTransaction
2547 Value *ValForExtOpnd = IsSExt ? TPT.createSExt(Ext, Opnd, Ext->getType())

Completed in 56 milliseconds