Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp74 auto *IntrAlign = dyn_cast<ConstantInt>(II.getArgOperand(1)); in simplifyNeonVld1() local
76 if (!IntrAlign) in simplifyNeonVld1()
79 unsigned Alignment = IntrAlign->getLimitedValue() < MemAlign in simplifyNeonVld1()
81 : IntrAlign->getLimitedValue(); in simplifyNeonVld1()