Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1775 bool isNeutralConstant(unsigned Opc, SDNodeFlags Flags, SDValue V,
/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp11888 bool llvm::isNeutralConstant(unsigned Opcode, SDNodeFlags Flags, SDValue V, in isNeutralConstant() function in llvm
H A DDAGCombiner.cpp2410 if (isNeutralConstant(Opcode, N->getFlags(), TVal, OpNo)) { in foldSelectWithIdentityConstant()
2416 if (isNeutralConstant(Opcode, N->getFlags(), FVal, OpNo)) { in foldSelectWithIdentityConstant()
/src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp13116 if (!isNeutralConstant(N->getOpcode(), N->getFlags(), ScalarV.getOperand(1), in combineBinOpToReduce()