Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DMetadata.cpp1386 SmallVector<ConstantRange> RangeListA, RangeListB; in getMostGenericNoaliasAddrspace() local
1390 RangeListA.push_back(ConstantRange(LowA->getValue(), HighA->getValue())); in getMostGenericNoaliasAddrspace()
1399 ConstantRangeList CRLA(RangeListA); in getMostGenericNoaliasAddrspace()