Home
last modified time | relevance | path

Searched refs:computeKnownAlignment (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DGISelKnownBits.h93 Align computeKnownAlignment(Register R, unsigned Depth = 0);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp34 Align GISelKnownBits::computeKnownAlignment(Register R, unsigned Depth) { in computeKnownAlignment() function in GISelKnownBits
38 return computeKnownAlignment(MI->getOperand(1).getReg(), Depth); in computeKnownAlignment()