Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp4743 SDValue A, FoldableOp; in tryVPTERNLOG() local
4744 if ((FoldableOp = getFoldableLogicOp(N1))) { in tryVPTERNLOG()
4746 } else if ((FoldableOp = getFoldableLogicOp(N0))) { in tryVPTERNLOG()
4751 SDValue B = FoldableOp.getOperand(0); in tryVPTERNLOG()
4752 SDValue C = FoldableOp.getOperand(1); in tryVPTERNLOG()
4754 SDNode *ParentB = FoldableOp.getNode(); in tryVPTERNLOG()
4755 SDNode *ParentC = FoldableOp.getNode(); in tryVPTERNLOG()
4780 switch (FoldableOp.getOpcode()) { in tryVPTERNLOG()