Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DVerifier.cpp5099 const APInt &ElementSizeVal = ElementSizeCI->getValue(); in visitIntrinsicCall() local
5100 Check(ElementSizeVal.isPowerOf2(), in visitIntrinsicCall()
5106 return Alignment && ElementSizeVal.ule(Alignment->value()); in visitIntrinsicCall()