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

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

Completed in 503 milliseconds