Searched refs:incDecVectorConstant (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 24641 static SDValue incDecVectorConstant(SDValue V, SelectionDAG &DAG, bool IsInc) { in incDecVectorConstant() function 24693 SDValue ULEOp1 = incDecVectorConstant(Op1, DAG, /*IsInc*/false); in LowerVSETCCWithSUBUS() 24704 SDValue UGEOp1 = incDecVectorConstant(Op1, DAG, /*IsInc*/true); in LowerVSETCCWithSUBUS() 24997 if (SDValue UGTOp1 = incDecVectorConstant(Op1, DAG, /*IsInc*/true)) { in LowerVSETCC() 25004 if (SDValue ULTOp1 = incDecVectorConstant(Op1, DAG, /*IsInc*/false)) { in LowerVSETCC()
|