HomeSort by: relevance | last modified time | path
    Searched defs:convertTo (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 529 template <typename T> Matcher<T> convertTo() const {
534 /// Same as \c convertTo(), but does not check that the underlying
842 inline Matcher<QualType> DynTypedMatcher::convertTo<QualType>() const {
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp 287 SDValue convertTo(const SDLoc &DL, EVT VT, SDValue N) const;
947 SDValue SystemZDAGToDAGISel::convertTo(const SDLoc &DL, EVT VT,
1010 SDValue In = convertTo(DL, VT, RISBG.Input);
1047 convertTo(DL, OpcodeVT, RISBG.Input),
1052 SDValue New = convertTo(
1103 convertTo(DL, MVT::i64, Op0),
1104 convertTo(DL, MVT::i64, RxSBG[I].Input),
1109 SDValue New = convertTo(

Completed in 28 milliseconds