Home
last modified time | relevance | path

Searched refs:incDecVectorConstant (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp22946 static SDValue incDecVectorConstant(SDValue V, SelectionDAG &DAG, bool IsInc) { in incDecVectorConstant() function
22998 SDValue ULEOp1 = incDecVectorConstant(Op1, DAG, /*IsInc*/false); in LowerVSETCCWithSUBUS()
23009 SDValue UGEOp1 = incDecVectorConstant(Op1, DAG, /*IsInc*/true); in LowerVSETCCWithSUBUS()
23299 if (SDValue UGTOp1 = incDecVectorConstant(Op1, DAG, /*IsInc*/true)) { in LowerVSETCC()
23306 if (SDValue ULTOp1 = incDecVectorConstant(Op1, DAG, /*IsInc*/false)) { in LowerVSETCC()