Home
last modified time | relevance | path

Searched refs:convertTo (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp287 SDValue convertTo(const SDLoc &DL, EVT VT, SDValue N) const;
971 SDValue SystemZDAGToDAGISel::convertTo(const SDLoc &DL, EVT VT, in convertTo() function in SystemZDAGToDAGISel
1034 SDValue In = convertTo(DL, VT, RISBG.Input); in tryRISBGZero()
1071 convertTo(DL, OpcodeVT, RISBG.Input), in tryRISBGZero()
1076 SDValue New = convertTo( in tryRISBGZero()
1130 convertTo(DL, MVT::i64, Op0), in tryRxSBG()
1131 convertTo(DL, MVT::i64, RxSBG[I].Input), in tryRxSBG()
1136 SDValue New = convertTo( in tryRxSBG()
/freebsd/contrib/llvm-project/clang/include/clang/Interpreter/
H A DValue.h154 template <typename T> T convertTo() const { in convertTo() function
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h214 ->template convertTo<T>(); in getTypedMatcher()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DRangedConstraintManager.h287 ContainerType convertTo(RangeSet What, APSIntType Ty);
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h520 template <typename T> Matcher<T> convertTo() const {
830 inline Matcher<QualType> DynTypedMatcher::convertTo<QualType>() const {
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp701 return makePersistent(convertTo(What, Ty)); in castTo()
778 RangeSet::ContainerType RangeSet::Factory::convertTo(RangeSet What, in convertTo() function in RangeSet::Factory