Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetLowering.h3305 bool isExtendedTrueVal(const ConstantSDNode *N, EVT VT, bool SExt) const;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDTargetLowering.cpp2825 bool TargetLowering::isExtendedTrueVal(const ConstantSDNode *N, EVT VT, in isExtendedTrueVal() function in TargetLowering
3286 isExtendedTrueVal(N1C, N0->getValueType(0), SExt))) { in SimplifySetCC()