Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DUtils.h376 bool isConstTrueVal(const TargetLowering &TLI, int64_t Val, bool IsVector,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp969 bool llvm::isConstTrueVal(const TargetLowering &TLI, int64_t Val, bool IsVector, in isConstTrueVal() function in llvm
H A DCombinerHelper.cpp3113 isConstTrueVal(TLI, Cst, IsVector, IsFP); in isConstValidTrue()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3527 bool isConstTrueVal(const SDNode *N) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3063 bool TargetLowering::isConstTrueVal(const SDNode *N) const { in isConstTrueVal() function in TargetLowering
H A DDAGCombiner.cpp911 !TLI.isConstTrueVal(N.getOperand(2).getNode()) || in isSetCCEquivalent()
7762 if (TLI.isConstTrueVal(N1.getNode()) && in visitXOR()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp13781 if (TLI->isConstTrueVal(N1.getNode()) && in PerformXORCombine()