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

  /external/llvm/include/llvm/Analysis/
MemoryBuiltins.h 144 /// If RoundToAlign is true, then Size is rounded up to the aligment of allocas,
147 const TargetLibraryInfo *TLI, bool RoundToAlign = false);
160 bool RoundToAlign;
173 LLVMContext &Context, bool RoundToAlign = false);
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 355 /// If RoundToAlign is true, then Size is rounded up to the aligment of allocas,
358 const TargetLibraryInfo *TLI, bool RoundToAlign) {
362 ObjectSizeOffsetVisitor Visitor(TD, TLI, Ptr->getContext(), RoundToAlign);
384 if (RoundToAlign && Align)
392 bool RoundToAlign)
393 : TD(TD), TLI(TLI), RoundToAlign(RoundToAlign) {
BasicAliasAnalysis.cpp 89 bool RoundToAlign = false) {
91 if (getObjectSize(V, Size, &TD, &TLI, RoundToAlign))
132 uint64_t ObjectSize = getObjectSize(V, TD, TLI, /*RoundToAlign*/true);
    [all...]

Completed in 29 milliseconds