Searched refs:isBoolSGPR (Results 1 – 3 of 3) sorted by relevance
621 bool isBoolSGPR(SDValue V);
12172 bool llvm::isBoolSGPR(SDValue V) { in isBoolSGPR() function in llvm12185 return isBoolSGPR(V.getOperand(0)) && isBoolSGPR(V.getOperand(1)); in isBoolSGPR()12405 if (isBoolSGPR(RHS.getOperand(0))) in performAndCombine()15105 if (!isBoolSGPR(Cond)) in performAddCombine()15195 if (!isBoolSGPR(Cond)) in performSubCombine()15523 isBoolSGPR(LHS.getOperand(0))) { in performSetCCCombine()15547 isBoolSGPR(LHS.getOperand(0))) { in performSetCCCombine()
2540 if (isBoolSGPR(Cond)) { in combineBallotPattern()