Home
last modified time | relevance | path

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

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