Home
last modified time | relevance | path

Searched refs:isConstFalseVal (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DUtils.h522 bool isConstFalseVal(const TargetLowering &TLI, int64_t Val, bool IsVector,
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp1476 bool llvm::isConstFalseVal(const TargetLowering &TLI, int64_t Val, in isConstFalseVal() function in llvm
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4114 bool isConstFalseVal(SDValue N) const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3868 bool TargetLowering::isConstFalseVal(SDValue N) const { in isConstFalseVal() function in TargetLowering
4568 (isConstFalseVal(N1) || in SimplifySetCC()
H A DDAGCombiner.cpp1114 !TLI.isConstFalseVal(N.getOperand(3))) in isSetCCEquivalent()