Home
last modified time | relevance | path

Searched refs:getAllocAlignment (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h108 Value *getAllocAlignment(const CallBase *V, const TargetLibraryInfo *TLI);
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp341 Value *llvm::getAllocAlignment(const CallBase *V, in getAllocAlignment() function in llvm
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp3081 Value *Alignment = getAllocAlignment(&Call, TLI); in annotateAnyAllocSite()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp6699 if (Value *Align = getAllocAlignment(AI.CB, TLI)) { in manifest()
7013 if (Value *Align = getAllocAlignment(AI.CB, TLI)) { in updateImpl()