OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getTypeAtIndex
(Results
1 - 18
of
18
) sorted by null
/external/llvm/include/llvm/Support/
GetElementPtrTypeIterator.h
59
return CT->
getTypeAtIndex
(getOperand());
70
CurTy = CT->
getTypeAtIndex
(getOperand());
/external/llvm/lib/CodeGen/
Analysis.cpp
376
/// represented is SubTypes.back()->
getTypeAtIndex
(Path.back() - 1).
383
/// false. SubTypes.back()->
getTypeAtIndex
(Path.back()) is either an empty
402
Type *DeeperType = SubTypes.back()->
getTypeAtIndex
(Path.back());
411
DeeperType = CT->
getTypeAtIndex
(0U);
437
Next = cast<CompositeType>(Next)->
getTypeAtIndex
(0U);
447
while (SubTypes.back()->
getTypeAtIndex
(Path.back())->isAggregateType()) {
464
} while (SubTypes.back()->
getTypeAtIndex
(Path.back())->isAggregateType());
560
Type *SlotType = RetSubTypes.back()->
getTypeAtIndex
(RetPath.back());
/external/llvm/include/llvm/IR/
DerivedTypes.h
149
///
getTypeAtIndex
- Given an index value into the type, return the type of
152
Type *
getTypeAtIndex
(const Value *V);
153
Type *
getTypeAtIndex
(unsigned Idx);
/frameworks/compile/slang/
slang_rs_export_func.cpp
152
llvm::Type *T2 = ParamTy->
getTypeAtIndex
(Index);
/external/llvm/lib/IR/
Type.cpp
631
Type *CompositeType::
getTypeAtIndex
(const Value *V) {
641
Type *CompositeType::
getTypeAtIndex
(unsigned Idx) {
Verifier.cpp
467
STy->
getTypeAtIndex
(0u)->isIntegerTy(32) &&
468
STy->
getTypeAtIndex
(1) == FuncPtrTy,
[
all
...]
Instructions.cpp
[
all
...]
ConstantFold.cpp
[
all
...]
/external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp
471
ElTy = STy->
getTypeAtIndex
(ElIdx);
488
STy->
getTypeAtIndex
(cast<ConstantInt>(FieldNo)->getZExtValue());
500
ElTy = STy->
getTypeAtIndex
(0u);
[
all
...]
ConstantFolding.cpp
776
Ty = STy->
getTypeAtIndex
(ElIdx);
[
all
...]
/external/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp
[
all
...]
/external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp
692
ElTy = cast<CompositeType>(ElTy)->
getTypeAtIndex
(*II);
[
all
...]
GlobalOpt.cpp
[
all
...]
/external/llvm/lib/Transforms/Instrumentation/
PathProfiling.cpp
[
all
...]
/external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp
[
all
...]
/external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp
[
all
...]
/external/llvm/lib/Target/X86/
X86FastISel.cpp
[
all
...]
Completed in 412 milliseconds