Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp49646 SDValue OpMustEq, SDValue Op, unsigned Depth) { in getBMIMatchingOp() argument
49664 getBMIMatchingOp(Opc, DAG, OpMustEq, Op.getOperand(OpIdx), Depth)) in getBMIMatchingOp()
49671 if (isNullConstant(Op.getOperand(0)) && Op.getOperand(1) == OpMustEq) in getBMIMatchingOp()
49672 return DAG.getNode(Opc, DL, Op.getValueType(), OpMustEq, Op); in getBMIMatchingOp()
49677 if (isOneConstant(Op.getOperand(1)) && Op.getOperand(0) == OpMustEq) in getBMIMatchingOp()
49678 return DAG.getNode(Opc, DL, Op.getValueType(), OpMustEq, Op); in getBMIMatchingOp()
49684 if (isAllOnesConstant(Op.getOperand(1)) && Op.getOperand(0) == OpMustEq) in getBMIMatchingOp()
49685 return DAG.getNode(Opc, DL, Op.getValueType(), OpMustEq, Op); in getBMIMatchingOp()