Searched refs:incDecVectorConstant (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 24188 static SDValue incDecVectorConstant(SDValue V, SelectionDAG &DAG, bool IsInc) { in incDecVectorConstant() function 24240 SDValue ULEOp1 = incDecVectorConstant(Op1, DAG, /*IsInc*/false); in LowerVSETCCWithSUBUS() 24251 SDValue UGEOp1 = incDecVectorConstant(Op1, DAG, /*IsInc*/true); in LowerVSETCCWithSUBUS() 24544 if (SDValue UGTOp1 = incDecVectorConstant(Op1, DAG, /*IsInc*/true)) { in LowerVSETCC() 24551 if (SDValue ULTOp1 = incDecVectorConstant(Op1, DAG, /*IsInc*/false)) { in LowerVSETCC()
|