Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DUtils.h556 LLVM_ABI bool isConstTrueVal(const TargetLowering &TLI, int64_t Val,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp1624 bool llvm::isConstTrueVal(const TargetLowering &TLI, int64_t Val, bool IsVector, in isConstTrueVal() function in llvm
H A DCombinerHelper.cpp3428 isConstTrueVal(TLI, Cst, IsVector, IsFP); in isConstValidTrue()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4410 bool isConstTrueVal(SDValue N) const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1005 if (N.getOpcode() != ISD::SELECT_CC || !TLI.isConstTrueVal(N.getOperand(2)) || in isSetCCEquivalent()
9907 if (TLI.isConstTrueVal(N1) && in visitXOR()
12683 return TLI.isConstTrueVal(Mask) ? Vec : Passthru; in visitVECTOR_COMPRESS()
12700 if (TLI.isConstTrueVal(MaskI)) { in visitVECTOR_COMPRESS()
H A DTargetLowering.cpp4078 bool TargetLowering::isConstTrueVal(SDValue N) const { in isConstTrueVal() function in TargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp14905 if (TLI->isConstTrueVal(N1) && in PerformXORCombine()