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.cpp70 auto *IntrAlign = dyn_cast<ConstantInt>(II.getArgOperand(1)); in simplifyNeonVld1() local
72 if (!IntrAlign) in simplifyNeonVld1()
75 unsigned Alignment = IntrAlign->getLimitedValue() < MemAlign in simplifyNeonVld1()
77 : IntrAlign->getLimitedValue(); in simplifyNeonVld1()