Searched refs:FoldableOp (Results 1 – 1 of 1) sorted by relevance
4195 SDValue A, FoldableOp; in tryVPTERNLOG() local4196 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()