Home
last modified time | relevance | path

Searched refs:getPointerAlignment (Results 1 – 10 of 10) 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/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLoads.cpp30 APInt BaseAlign(Offset.getBitWidth(), Base->getPointerAlignment(DL)); in isAligned()
DValueTracking.cpp1654 unsigned Align = V->getPointerAlignment(Q.DL); in computeKnownBits()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DValue.h529 unsigned getPointerAlignment(const DataLayout &DL) const;
/external/llvm/include/llvm/IR/
DValue.h519 unsigned getPointerAlignment(const DataLayout &DL) const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DValue.h575 unsigned getPointerAlignment(const DataLayout &DL) const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DValue.cpp655 unsigned Value::getPointerAlignment(const DataLayout &DL) const { in getPointerAlignment() function in Value
/external/llvm/lib/IR/
DValue.cpp591 unsigned Value::getPointerAlignment(const DataLayout &DL) const { in getPointerAlignment() function in Value
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp1646 GV->getPointerAlignment(*DL) < PrefAlign && in optimizeCallInst()