Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp2547 Value *ValForExtOpnd = IsSExt ? TPT.createSExt(Ext, Opnd, Ext->getType()) in promoteOperandForOther() local
2549 if (!isa<Instruction>(ValForExtOpnd)) { in promoteOperandForOther()
2550 TPT.setOperand(ExtOpnd, OpIdx, ValForExtOpnd); in promoteOperandForOther()
2553 ExtForOpnd = cast<Instruction>(ValForExtOpnd); in promoteOperandForOther()