Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp4342 SDValue A, FoldableOp; in tryVPTERNLOG() local
4343 if ((FoldableOp = getFoldableLogicOp(N1))) { in tryVPTERNLOG()
4345 } else if ((FoldableOp = getFoldableLogicOp(N0))) { in tryVPTERNLOG()
4350 SDValue B = FoldableOp.getOperand(0); in tryVPTERNLOG()
4351 SDValue C = FoldableOp.getOperand(1); in tryVPTERNLOG()
4353 SDNode *ParentB = FoldableOp.getNode(); in tryVPTERNLOG()
4354 SDNode *ParentC = FoldableOp.getNode(); in tryVPTERNLOG()
4379 switch (FoldableOp.getOpcode()) { in tryVPTERNLOG()