Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3359 Value *createSExt(Instruction *Inst, Value *Opnd, Type *Ty);
3407 Value *TypePromotionTransaction::createSExt(Instruction *Inst, Value *Opnd, in createSExt() function in TypePromotionTransaction
4758 ? TPT.createSExt(ExtOpnd, Opnd, Ext->getType()) in promoteOperandForOther()