Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4409 Value *ValForExtOpnd = IsSExt ? TPT.createSExt(Ext, Opnd, Ext->getType()) in promoteOperandForOther() local
4411 if (!isa<Instruction>(ValForExtOpnd)) { in promoteOperandForOther()
4412 TPT.setOperand(ExtOpnd, OpIdx, ValForExtOpnd); in promoteOperandForOther()
4415 ExtForOpnd = cast<Instruction>(ValForExtOpnd); in promoteOperandForOther()