Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp4195 SDValue A, FoldableOp; in tryVPTERNLOG() local
4196 if ((FoldableOp = getFoldableLogicOp(N1))) { in tryVPTERNLOG()
4198 } else if ((FoldableOp = getFoldableLogicOp(N0))) { in tryVPTERNLOG()
4203 SDValue B = FoldableOp.getOperand(0); in tryVPTERNLOG()
4204 SDValue C = FoldableOp.getOperand(1); in tryVPTERNLOG()
4213 switch (FoldableOp.getOpcode()) { in tryVPTERNLOG()
4234 return matchVPTERNLOG(N, N, FoldableOp.getNode(), A, B, C, Imm); in tryVPTERNLOG()