Home
last modified time | relevance | path

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

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