Searched refs:incDecVectorConstant (Results 1 – 1 of 1) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| HD | X86ISelLowering.cpp | 21268 static SDValue incDecVectorConstant(SDValue V, SelectionDAG &DAG, bool IsInc) { in incDecVectorConstant() function 21320 SDValue ULEOp1 = incDecVectorConstant(Op1, DAG, /*IsInc*/false); in LowerVSETCCWithSUBUS() 21331 SDValue UGEOp1 = incDecVectorConstant(Op1, DAG, /*IsInc*/true); in LowerVSETCCWithSUBUS() 21597 if (SDValue UGTOp1 = incDecVectorConstant(Op1, DAG, /*IsInc*/true)) { in LowerVSETCC() 21604 if (SDValue ULTOp1 = incDecVectorConstant(Op1, DAG, /*IsInc*/false)) { in LowerVSETCC()
|