Searched refs:isBoolSGPR (Results 1 – 3 of 3) sorted by relevance
606 bool isBoolSGPR(SDValue V);
11424 bool llvm::isBoolSGPR(SDValue V) { in isBoolSGPR() function in llvm11436 return isBoolSGPR(V.getOperand(0)) && isBoolSGPR(V.getOperand(1)); in isBoolSGPR()11635 if (isBoolSGPR(RHS.getOperand(0))) in performAndCombine()14220 if (!isBoolSGPR(Cond)) in performAddCombine()14261 if (!isBoolSGPR(Cond)) in performSubCombine()14524 isBoolSGPR(LHS.getOperand(0))) { in performSetCCCombine()14548 isBoolSGPR(LHS.getOperand(0))) { in performSetCCCombine()
2423 if (isBoolSGPR(Cond)) { in combineBallotPattern()