Searched refs:ConstOperand (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp557 Constant *ConstOperand = cast<Constant>(I.getOperand(ConstIsRHS)); local
561 return ConstantExpr::get(I.getOpcode(), SOC, ConstOperand);
562 return ConstantExpr::get(I.getOpcode(), ConstOperand, SOC);
565 Value *Op0 = SO, *Op1 = ConstOperand;

Completed in 50 milliseconds