Home
last modified time | relevance | path

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

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