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

/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp653 bool ConstIsRHS = isa<Constant>(I.getOperand(1)); local
654 Constant *ConstOperand = cast<Constant>(I.getOperand(ConstIsRHS));
657 if (ConstIsRHS)
663 if (!ConstIsRHS)

Completed in 609 milliseconds