Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp4372 SDValue A, FoldableOp; in tryVPTERNLOG() local
4373 if ((FoldableOp = getFoldableLogicOp(N1))) { in tryVPTERNLOG()
4375 } else if ((FoldableOp = getFoldableLogicOp(N0))) { in tryVPTERNLOG()
4380 SDValue B = FoldableOp.getOperand(0); in tryVPTERNLOG()
4381 SDValue C = FoldableOp.getOperand(1); in tryVPTERNLOG()
4383 SDNode *ParentB = FoldableOp.getNode(); in tryVPTERNLOG()
4384 SDNode *ParentC = FoldableOp.getNode(); in tryVPTERNLOG()
4409 switch (FoldableOp.getOpcode()) { in tryVPTERNLOG()