HomeSort by relevance Sort by last modified time
    Searched refs:getElementContainingOffset (Results 1 - 10 of 10) sorted by null

  /external/llvm/bindings/ocaml/target/
llvm_target.mli 88 See the method llvm::StructLayout::getElementContainingOffset. *)
93 See the method llvm::StructLayout::getElementContainingOffset. *)
  /external/llvm/lib/Target/
Target.cpp 123 return unwrap(TD)->getStructLayout(STy)->getElementContainingOffset(Offset);
  /external/llvm/include/llvm/IR/
DataLayout.h 426 /// getElementContainingOffset - Given a valid byte offset into the structure,
429 unsigned getElementContainingOffset(uint64_t Offset) const;
  /external/llvm/lib/IR/
DataLayout.cpp 76 /// getElementContainingOffset - Given a valid offset into the structure,
78 unsigned StructLayout::getElementContainingOffset(uint64_t Offset) const {
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 304 unsigned Index = SL->getElementContainingOffset(ByteOffset);
772 unsigned ElIdx = SL.getElementContainingOffset(Offset.getZExtValue());
    [all...]
ScalarEvolutionExpander.cpp 468 unsigned ElIdx = SL.getElementContainingOffset(FullOffset);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp     [all...]
ScalarReplAggregates.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 798 unsigned Elt = SL->getElementContainingOffset(Offset);
    [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]

Completed in 207 milliseconds