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

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

Completed in 1126 milliseconds