Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DLoads.cpp30 APInt BaseAlign(Offset.getBitWidth(), Base->getPointerAlignment(DL)); in isAligned()
DValueTracking.cpp1459 unsigned Align = V->getPointerAlignment(Q.DL); in computeKnownBits()
/external/llvm/include/llvm/IR/
DValue.h519 unsigned getPointerAlignment(const DataLayout &DL) const;
/external/llvm/lib/IR/
DValue.cpp591 unsigned Value::getPointerAlignment(const DataLayout &DL) const { in getPointerAlignment() function in Value