OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CurTy
(Results
1 - 9
of
9
) sorted by null
/external/llvm/include/llvm/IR/
GetElementPtrTypeIterator.h
31
PointerIntPair<Type *, 1>
CurTy
;
39
I.
CurTy
.setPointer(Ty);
40
I.
CurTy
.setInt(true);
59
if (
CurTy
.getInt())
60
return
CurTy
.getPointer()->getPointerTo(AddrSpace);
61
return
CurTy
.getPointer();
65
if (
CurTy
.getInt())
66
return
CurTy
.getPointer();
67
CompositeType *CT = cast<CompositeType>(
CurTy
.getPointer());
78
if (
CurTy
.getInt())
[
all
...]
/external/swiftshader/third_party/LLVM/include/llvm/Support/
GetElementPtrTypeIterator.h
29
Type *
CurTy
;
35
I.
CurTy
= Ty;
41
I.
CurTy
= 0;
54
return
CurTy
;
58
CompositeType *CT = cast<CompositeType>(
CurTy
);
69
if (CompositeType *CT = dyn_cast<CompositeType>(
CurTy
)) {
70
CurTy
= CT->getTypeAtIndex(getOperand());
72
CurTy
= 0;
/external/clang/lib/AST/
Type.cpp
243
const Type *
CurTy
= Qs.strip(Cur);
244
switch (
CurTy
->getTypeClass()) {
248
const Class##Type *Ty = cast<Class##Type>(
CurTy
); \
[
all
...]
VTableBuilder.cpp
[
all
...]
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
BitcodeReader.cpp
[
all
...]
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp
[
all
...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp
[
all
...]
/external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp
[
all
...]
/external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp
[
all
...]
Completed in 8859 milliseconds