OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSequentialElementType
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/IR/
Type.h
357
Type *
getSequentialElementType
() const;
360
Type *getArrayElementType() const { return
getSequentialElementType
(); }
363
Type *getVectorElementType() const { return
getSequentialElementType
(); }
365
Type *getPointerElementType() const { return
getSequentialElementType
(); }
/external/llvm/lib/IR/
Type.cpp
206
Type *Type::
getSequentialElementType
() const {
Constants.cpp
661
return Constant::getNullValue(getType()->
getSequentialElementType
());
694
return UndefValue::get(getType()->
getSequentialElementType
());
[
all
...]
Completed in 64 milliseconds