Home
last modified time | relevance | path

Searched refs:isExtendedTrueVal (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4248 bool isExtendedTrueVal(const ConstantSDNode *N, EVT VT, bool SExt) const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3956 bool TargetLowering::isExtendedTrueVal(const ConstantSDNode *N, EVT VT, in isExtendedTrueVal() function in TargetLowering
4626 isExtendedTrueVal(N1C, N0->getValueType(0), SExt))) { in SimplifySetCC()