HomeSort by: relevance | last modified time | path
    Searched refs:getElementContainingOffset (Results 1 - 13 of 13) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
TypeMetadataUtils.cpp 143 unsigned Op = SL->getElementContainingOffset(Offset);
ModuleSummaryAnalysis.cpp 511 unsigned Op = SL->getElementContainingOffset(Offset);
ConstantFolding.cpp 469 unsigned Index = SL->getElementContainingOffset(ByteOffset);
1004 unsigned ElIdx = SL.getElementContainingOffset(Offset.getZExtValue());
  /src/external/apache2/llvm/dist/llvm/lib/Target/
Target.cpp 135 return unwrap(TD)->getStructLayout(STy)->getElementContainingOffset(Offset);
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/target/
llvm_target.mli 120 See the method [llvm::StructLayout::getElementContainingOffset]. *)
124 See the method [llvm::StructLayout::getElementContainingOffset]. *)
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DataLayout.h 623 unsigned getElementContainingOffset(uint64_t Offset) const;
  /src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
target.go 189 // See the method llvm::StructLayout::getElementContainingOffset.
  /src/external/apache2/llvm/dist/llvm/lib/IR/
DataLayout.cpp 80 /// getElementContainingOffset - Given a valid offset into the structure,
82 unsigned StructLayout::getElementContainingOffset(uint64_t Offset) const {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
SROA.cpp 1523 unsigned Index = SL->getElementContainingOffset(StructOffset);
3630 unsigned Index = SL->getElementContainingOffset(0);
3713 unsigned Index = SL->getElementContainingOffset(Offset);
3735 unsigned EndIndex = SL->getElementContainingOffset(EndOffset);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 1267 unsigned Elt = SL->getElementContainingOffset(Offset);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
ScalarEvolutionExpander.cpp 521 unsigned ElIdx = SL.getElementContainingOffset(FullOffset);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
TargetInfo.cpp 3383 unsigned Elt = SL->getElementContainingOffset(IROffset);
3471 unsigned FieldIdx = SL->getElementContainingOffset(IROffset);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
AttributorAttributes.cpp 215 uint64_t Idx = SL->getElementContainingOffset(Offset);

Completed in 74 milliseconds