Home
last modified time | relevance | path

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

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