Searched refs:ConstIsRHS (Results 1 – 2 of 2) sorted by relevance
526 bool ConstIsRHS = isa<Constant>(I.getOperand(1)); in FoldOperationIntoSelectOperand() local527 Constant *ConstOperand = cast<Constant>(I.getOperand(ConstIsRHS)); in FoldOperationIntoSelectOperand()530 if (ConstIsRHS) in FoldOperationIntoSelectOperand()536 if (!ConstIsRHS) in FoldOperationIntoSelectOperand()
702 bool ConstIsRHS = isa<Constant>(I.getOperand(1)); in FoldOperationIntoSelectOperand() local703 Constant *ConstOperand = cast<Constant>(I.getOperand(ConstIsRHS)); in FoldOperationIntoSelectOperand()706 if (ConstIsRHS) in FoldOperationIntoSelectOperand()712 if (!ConstIsRHS) in FoldOperationIntoSelectOperand()