Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DUtils.h518 bool isConstTrueVal(const TargetLowering &TLI, int64_t Val, bool IsVector,
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp1463 bool llvm::isConstTrueVal(const TargetLowering &TLI, int64_t Val, bool IsVector, in isConstTrueVal() function in llvm
H A DCombinerHelper.cpp3246 isConstTrueVal(TLI, Cst, IsVector, IsFP); in isConstValidTrue()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4110 bool isConstTrueVal(SDValue N) const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3838 bool TargetLowering::isConstTrueVal(SDValue N) const { in isConstTrueVal() function in TargetLowering
H A DDAGCombiner.cpp1113 if (N.getOpcode() != ISD::SELECT_CC || !TLI.isConstTrueVal(N.getOperand(2)) || in isSetCCEquivalent()
9440 if (TLI.isConstTrueVal(N1) && in visitXOR()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp14815 if (TLI->isConstTrueVal(N1) && in PerformXORCombine()