Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3024 Value *createSExt(Instruction *Inst, Value *Opnd, Type *Ty);
3076 Value *TypePromotionTransaction::createSExt(Instruction *Inst, in createSExt() function in TypePromotionTransaction
4433 Value *ValForExtOpnd = IsSExt ? TPT.createSExt(Ext, Opnd, Ext->getType()) in promoteOperandForOther()