|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/IR/GetElementPtrTypeIterator.h 71 return CurTy.get<StructType *>()->getTypeAtIndex(getOperand());
lib/Analysis/InlineCost.cpp 394 ConstantInt *OpC = dyn_cast<ConstantInt>(GTI.getOperand());
396 if (Constant *SimpleOp = SimplifiedValues.lookup(GTI.getOperand()))
lib/Analysis/ValueTracking.cpp 1866 ConstantInt *OpC = cast<ConstantInt>(GTI.getOperand());
1881 if (ConstantInt *OpC = dyn_cast<ConstantInt>(GTI.getOperand())) {
1895 if (isKnownNonZero(GTI.getOperand(), Depth, Q))
lib/CodeGen/GlobalISel/IRTranslator.cpp 1065 const Value *Idx = GTI.getOperand();
lib/CodeGen/SelectionDAG/FastISel.cpp 689 const Value *Idx = GTI.getOperand();
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp 3858 const Value *Idx = GTI.getOperand();
lib/ExecutionEngine/Interpreter/Execution.cpp 1058 const ConstantInt *CPU = cast<ConstantInt>(I.getOperand());
1064 GenericValue IdxGV = getOperandValue(I.getOperand(), SF);
1068 cast<IntegerType>(I.getOperand()->getType())->getBitWidth();
lib/IR/DataLayout.cpp 814 Value *Idx = GTI.getOperand();
lib/IR/Operator.cpp 42 ConstantInt *OpC = dyn_cast<ConstantInt>(GTI.getOperand());
lib/Target/AArch64/AArch64FastISel.cpp 630 const Value *Op = GTI.getOperand();
5025 const Value *Idx = GTI.getOperand();
lib/Target/WebAssembly/WebAssemblyFastISel.cpp 272 const Value *Op = GTI.getOperand();
lib/Transforms/IPO/GlobalOpt.cpp 386 ConstantInt *IdxVal = dyn_cast<ConstantInt>(GEPI.getOperand());
lib/Transforms/Scalar/SROA.cpp 740 ConstantInt *OpC = dyn_cast<ConstantInt>(GTI.getOperand());
lib/Transforms/Vectorize/LoadStoreVectorizer.cpp 411 if (GTIA.getOperand() != GTIB.getOperand())
411 if (GTIA.getOperand() != GTIB.getOperand())
417 Instruction *OpA = dyn_cast<Instruction>(GTIA.getOperand());
418 Instruction *OpB = dyn_cast<Instruction>(GTIB.getOperand());
tools/clang/lib/CodeGen/CGExprScalar.cpp 4623 auto *Index = GTI.getOperand();