Searched refs:getAllocAlignment (Results 1 – 4 of 4) sorted by relevance
108 Value *getAllocAlignment(const CallBase *V, const TargetLibraryInfo *TLI);
353 Value *llvm::getAllocAlignment(const CallBase *V, in getAllocAlignment() function in llvm
3795 Value *Alignment = getAllocAlignment(&Call, TLI); in annotateAnyAllocSite()
6756 if (Value *Align = getAllocAlignment(AI.CB, TLI)) { in manifest()7079 if (Value *Align = getAllocAlignment(AI.CB, TLI)) { in updateImpl()