Searched refs:ConstIsRHS (Results 1 – 1 of 1) sorted by relevance
979 bool ConstIsRHS = isa<Constant>(I.getOperand(1)); in foldOperationIntoSelectOperand() local980 Constant *ConstOperand = cast<Constant>(I.getOperand(ConstIsRHS)); in foldOperationIntoSelectOperand()983 if (ConstIsRHS) in foldOperationIntoSelectOperand()989 if (!ConstIsRHS) in foldOperationIntoSelectOperand()1077 bool ConstIsRHS = isa<Constant>(I->getOperand(1)); in foldOperationIntoPhiValue() local1078 Constant *C = cast<Constant>(I->getOperand(ConstIsRHS)); in foldOperationIntoPhiValue()1081 if (ConstIsRHS) in foldOperationIntoPhiValue()1087 if (!ConstIsRHS) in foldOperationIntoPhiValue()