OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isPtrOrPtrVectorTy
(Results
1 - 6
of
6
) sorted by null
/external/llvm/include/llvm/IR/
Type.h
222
///
isPtrOrPtrVectorTy
- Return true if this is a pointer type or a vector of
225
bool
isPtrOrPtrVectorTy
() const { return getScalarType()->isPointerTy(); }
/external/llvm/lib/IR/
DataLayout.cpp
511
assert(Ty->
isPtrOrPtrVectorTy
() &&
616
assert(Ty->
isPtrOrPtrVectorTy
() &&
Verifier.cpp
[
all
...]
Instructions.cpp
[
all
...]
Constants.cpp
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp
247
Type *SrcIntPtrTy = TD && SrcTy->
isPtrOrPtrVectorTy
() ?
249
Type *MidIntPtrTy = TD && MidTy->
isPtrOrPtrVectorTy
() ?
251
Type *DstIntPtrTy = TD && DstTy->
isPtrOrPtrVectorTy
() ?
[
all
...]
Completed in 347 milliseconds