Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h3155 bool matchUnaryPredicateImpl(SDValue Op,
3163 return matchUnaryPredicateImpl<ConstantSDNode>(Op, Match, AllowUndefs);
3171 return matchUnaryPredicateImpl<ConstantFPSDNode>(Op, Match, AllowUndefs);
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp354 bool ISD::matchUnaryPredicateImpl(SDValue Op, in matchUnaryPredicateImpl() function in ISD
381 template bool ISD::matchUnaryPredicateImpl<ConstantSDNode>(
383 template bool ISD::matchUnaryPredicateImpl<ConstantFPSDNode>(