Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Target/
DTargetLowering.h2348 bool isExtendedTrueVal(const ConstantSDNode *N, EVT VT, bool Signed) const;
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1261 bool TargetLowering::isExtendedTrueVal(const ConstantSDNode *N, EVT VT, in isExtendedTrueVal() function in TargetLowering
1490 isExtendedTrueVal(N1C, N0->getValueType(0), SExt))) { in SimplifySetCC()