Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DUtils.h390 bool isConstTrueVal(const TargetLowering &TLI, int64_t Val, bool IsVector,
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp983 bool llvm::isConstTrueVal(const TargetLowering &TLI, int64_t Val, bool IsVector, in isConstTrueVal() function in llvm
H A DCombinerHelper.cpp3191 isConstTrueVal(TLI, Cst, IsVector, IsFP); in isConstValidTrue()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3554 bool isConstTrueVal(const SDNode *N) const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3088 bool TargetLowering::isConstTrueVal(const SDNode *N) const { in isConstTrueVal() function in TargetLowering
H A DDAGCombiner.cpp913 !TLI.isConstTrueVal(N.getOperand(2).getNode()) || in isSetCCEquivalent()
7800 if (TLI.isConstTrueVal(N1.getNode()) && in visitXOR()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp14109 if (TLI->isConstTrueVal(N1.getNode()) && in PerformXORCombine()