Searched refs:ConstOperand (Results 1 - 1 of 1) sorted by last modified time

/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp654 Constant *ConstOperand = cast<Constant>(I.getOperand(ConstIsRHS)); local
658 return ConstantExpr::get(I.getOpcode(), SOC, ConstOperand);
659 return ConstantExpr::get(I.getOpcode(), ConstOperand, SOC);
662 Value *Op0 = SO, *Op1 = ConstOperand;

Completed in 249 milliseconds