OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isValidElementType
(Results
1 - 5
of
5
) sorted by null
/external/llvm/include/llvm/IR/
DerivedTypes.h
271
///
isValidElementType
- Return true if the specified type is valid as a
273
static bool
isValidElementType
(Type *ElemTy);
344
///
isValidElementType
- Return true if the specified type is valid as a
346
static bool
isValidElementType
(Type *ElemTy);
403
///
isValidElementType
- Return true if the specified type is valid as a
405
static bool
isValidElementType
(Type *ElemTy);
440
///
isValidElementType
- Return true if the specified type is valid as a
442
static bool
isValidElementType
(Type *ElemTy);
/external/llvm/lib/IR/
Type.cpp
599
bool StructType::
isValidElementType
(Type *ElemTy) {
685
assert(
isValidElementType
(ElementType) && "Invalid type for array element!");
696
bool ArrayType::
isValidElementType
(Type *ElemTy) {
713
assert(
isValidElementType
(ElementType) &&
725
bool VectorType::
isValidElementType
(Type *ElemTy) {
736
assert(
isValidElementType
(EltTy) && "Invalid type for pointer element!");
764
bool PointerType::
isValidElementType
(Type *ElemTy) {
/external/llvm/lib/AsmParser/
LLParser.cpp
[
all
...]
/external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp
[
all
...]
LoopVectorize.cpp
[
all
...]
Completed in 299 milliseconds