Searched refs:IntrAlign (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp686 ConstantInt *IntrAlign = dyn_cast<ConstantInt>(II->getArgOperand(AlignArg)); local
687 if (IntrAlign && IntrAlign->getZExtValue() < MemAlign) {

Completed in 33 milliseconds