Searched defs:reduceToSingleValueType (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp39 /// reduceToSingleValueType - Given an aggregate type which ultimately holds a
41 static Type *reduceToSingleValueType(Type *T) { function
111 SrcETy = reduceToSingleValueType(SrcETy);

Completed in 73 milliseconds