Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DNaryReassociate.cpp174 bool requiresSignExtension(Value *Index, GetElementPtrInst *GEP);
327 bool NaryReassociate::requiresSignExtension(Value *Index, in requiresSignExtension() function in NaryReassociate
350 if (requiresSignExtension(IndexToSplit, GEP) && in tryReassociateGEPAtIndex()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
DNaryReassociate.h165 bool requiresSignExtension(Value *Index, GetElementPtrInst *GEP);
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Scalar/
DNaryReassociate.h178 bool requiresSignExtension(Value *Index, GetElementPtrInst *GEP);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DNaryReassociate.cpp324 bool NaryReassociatePass::requiresSignExtension(Value *Index, in requiresSignExtension() function in NaryReassociatePass
347 if (requiresSignExtension(IndexToSplit, GEP) && in tryReassociateGEPAtIndex()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
DNaryReassociate.cpp352 bool NaryReassociatePass::requiresSignExtension(Value *Index, in requiresSignExtension() function in NaryReassociatePass
375 if (requiresSignExtension(IndexToSplit, GEP) && in tryReassociateGEPAtIndex()