Home
last modified time | relevance | path

Searched refs:getPointerAlignment (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DLoads.cpp30 APInt BaseAlign(Offset.getBitWidth(), Base->getPointerAlignment(DL)); in isAligned()
H A DValueTracking.cpp1686 unsigned Align = V->getPointerAlignment(Q.DL); in computeKnownBits()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DValue.h576 unsigned getPointerAlignment(const DataLayout &DL) const;
/freebsd-12.1/contrib/llvm/lib/IR/
H A DValue.cpp646 unsigned Value::getPointerAlignment(const DataLayout &DL) const { in getPointerAlignment() function in Value
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1672 GV->getPointerAlignment(*DL) < PrefAlign && in optimizeCallInst()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.td2093 unsigned Align = G->getGlobal()->getPointerAlignment(DL);