Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h3230 bool matchUnaryPredicateImpl(SDValue Op,
3238 return matchUnaryPredicateImpl<ConstantSDNode>(Op, Match, AllowUndefs);
3246 return matchUnaryPredicateImpl<ConstantFPSDNode>(Op, Match, AllowUndefs);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp356 bool ISD::matchUnaryPredicateImpl(SDValue Op, in matchUnaryPredicateImpl() function in ISD
383 template bool ISD::matchUnaryPredicateImpl<ConstantSDNode>(
385 template bool ISD::matchUnaryPredicateImpl<ConstantFPSDNode>(