Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/
DOnlyX86.patch238 - ConstantInt *IntrAlign = dyn_cast<ConstantInt>(II->getArgOperand(AlignArg));
239 - if (IntrAlign && IntrAlign->getZExtValue() < MemAlign) {
263 + // ConstantInt *IntrAlign = dyn_cast<ConstantInt>(II->getArgOperand(AlignArg));
264 + // if (IntrAlign && IntrAlign->getZExtValue() < MemAlign) {
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1539 auto *IntrAlign = dyn_cast<ConstantInt>(II.getArgOperand(1)); in simplifyNeonVld1() local
1541 if (!IntrAlign) in simplifyNeonVld1()
1544 unsigned Alignment = IntrAlign->getLimitedValue() < MemAlign ? in simplifyNeonVld1()
1545 MemAlign : IntrAlign->getLimitedValue(); in simplifyNeonVld1()
3109 ConstantInt *IntrAlign = dyn_cast<ConstantInt>(II->getArgOperand(AlignArg)); in visitCallInst() local
3110 if (IntrAlign && IntrAlign->getZExtValue() < MemAlign) { in visitCallInst()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp2109 ConstantInt *IntrAlign = dyn_cast<ConstantInt>(II->getArgOperand(AlignArg)); in visitCallInst() local
2110 if (IntrAlign && IntrAlign->getZExtValue() < MemAlign) { in visitCallInst()