Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3818 Value *ValForExtOpnd = IsSExt ? TPT.createSExt(Ext, Opnd, Ext->getType()) in promoteOperandForOther() local
3820 if (!isa<Instruction>(ValForExtOpnd)) { in promoteOperandForOther()
3821 TPT.setOperand(ExtOpnd, OpIdx, ValForExtOpnd); in promoteOperandForOther()
3824 ExtForOpnd = cast<Instruction>(ValForExtOpnd); in promoteOperandForOther()