Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/
H A DNaryReassociate.h178 bool requiresSignExtension(Value *Index, GetElementPtrInst *GEP);
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DNaryReassociate.cpp352 bool NaryReassociatePass::requiresSignExtension(Value *Index, in requiresSignExtension() function in NaryReassociatePass
375 if (requiresSignExtension(IndexToSplit, GEP) && in tryReassociateGEPAtIndex()