Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h103 Value *getAllocAlignment(const CallBase *V, const TargetLibraryInfo *TLI);
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp366 Value *llvm::getAllocAlignment(const CallBase *V, in getAllocAlignment() function in llvm
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2906 Value *Alignment = getAllocAlignment(&Call, TLI); in annotateAnyAllocSite()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp5992 if (Value *Align = getAllocAlignment(AI.CB, TLI)) { in manifest()
6306 if (Value *Align = getAllocAlignment(AI.CB, TLI)) { in updateImpl()