Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp22805 static SDValue incDecVectorConstant(SDValue V, SelectionDAG &DAG, bool IsInc) { in incDecVectorConstant() function
22857 SDValue ULEOp1 = incDecVectorConstant(Op1, DAG, /*IsInc*/false); in LowerVSETCCWithSUBUS()
22868 SDValue UGEOp1 = incDecVectorConstant(Op1, DAG, /*IsInc*/true); in LowerVSETCCWithSUBUS()
23158 if (SDValue UGTOp1 = incDecVectorConstant(Op1, DAG, /*IsInc*/true)) { in LowerVSETCC()
23165 if (SDValue ULTOp1 = incDecVectorConstant(Op1, DAG, /*IsInc*/false)) { in LowerVSETCC()