Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DUtils.h489 bool isConstTrueVal(const TargetLowering &TLI, int64_t Val, bool IsVector,
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp1273 bool llvm::isConstTrueVal(const TargetLowering &TLI, int64_t Val, bool IsVector, in isConstTrueVal() function in llvm
H A DCombinerHelper.cpp2906 isConstTrueVal(TLI, Cst, IsVector, IsFP); in isConstValidTrue()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3838 bool isConstTrueVal(SDValue N) const;
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3598 bool TargetLowering::isConstTrueVal(SDValue N) const { in isConstTrueVal() function in TargetLowering
H A DDAGCombiner.cpp913 if (N.getOpcode() != ISD::SELECT_CC || !TLI.isConstTrueVal(N.getOperand(2)) || in isSetCCEquivalent()
8458 if (TLI.isConstTrueVal(N1) && in visitXOR()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp14586 if (TLI->isConstTrueVal(N1) && in PerformXORCombine()