Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1503 auto *IntrAlign = dyn_cast<ConstantInt>(II.getArgOperand(1)); in simplifyNeonVld1() local
1505 if (!IntrAlign) in simplifyNeonVld1()
1508 unsigned Alignment = IntrAlign->getLimitedValue() < MemAlign ? in simplifyNeonVld1()
1509 MemAlign : IntrAlign->getLimitedValue(); in simplifyNeonVld1()
3270 ConstantInt *IntrAlign = dyn_cast<ConstantInt>(II->getArgOperand(AlignArg)); in visitCallInst() local
3271 if (IntrAlign && IntrAlign->getZExtValue() < MemAlign) { in visitCallInst()