Home
last modified time | relevance | path

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

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