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

/freebsd-10.2-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp556 bool ConstIsRHS = isa<Constant>(I.getOperand(1)); local
557 Constant *ConstOperand = cast<Constant>(I.getOperand(ConstIsRHS));
560 if (ConstIsRHS)
566 if (!ConstIsRHS)

Completed in 100 milliseconds