Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp660 bool ConstIsRHS = isa<Constant>(I.getOperand(1)); in FoldOperationIntoSelectOperand() local
661 Constant *ConstOperand = cast<Constant>(I.getOperand(ConstIsRHS)); in FoldOperationIntoSelectOperand()
664 if (ConstIsRHS) in FoldOperationIntoSelectOperand()
670 if (!ConstIsRHS) in FoldOperationIntoSelectOperand()