Searched defs:getEltType (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/include/clang/Basic/ | ||
H A D | TargetBuiltins.h | 212 EltType getEltType() const { return (EltType)(Flags & EltTypeMask); } getEltType() function |
/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGBuiltin.cpp | 9589 llvm::Type *CodeGenFunction::getEltType(const SVETypeFlags &TypeFlags) { getEltType() function in CodeGenFunction |