Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp983 Type *LHSIndexTy = LOffset->getType(); in FoldGEPICmp() local
985 if (LHSIndexTy != RHSIndexTy) { in FoldGEPICmp()
986 if (LHSIndexTy->getPrimitiveSizeInBits() < in FoldGEPICmp()
988 ROffset = Builder->CreateTrunc(ROffset, LHSIndexTy); in FoldGEPICmp()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp929 Type *LHSIndexTy = LOffset->getType(); in foldGEPICmp() local
931 if (LHSIndexTy != RHSIndexTy) { in foldGEPICmp()
932 if (LHSIndexTy->getPrimitiveSizeInBits() < in foldGEPICmp()
934 ROffset = Builder.CreateTrunc(ROffset, LHSIndexTy); in foldGEPICmp()