Searched refs:isNeutralConstant (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAGNodes.h | 1775 bool isNeutralConstant(unsigned Opc, SDNodeFlags Flags, SDValue V,
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 11888 bool llvm::isNeutralConstant(unsigned Opcode, SDNodeFlags Flags, SDValue V, in isNeutralConstant() function in llvm
|
| H A D | DAGCombiner.cpp | 2410 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 D | RISCVISelLowering.cpp | 13116 if (!isNeutralConstant(N->getOpcode(), N->getFlags(), ScalarV.getOperand(1), in combineBinOpToReduce()
|