Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp984 Type *RHSIndexTy = ROffset->getType(); in FoldGEPICmp() local
985 if (LHSIndexTy != RHSIndexTy) { in FoldGEPICmp()
987 RHSIndexTy->getPrimitiveSizeInBits()) { in FoldGEPICmp()
990 LOffset = Builder->CreateTrunc(LOffset, RHSIndexTy); in FoldGEPICmp()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp930 Type *RHSIndexTy = ROffset->getType(); in foldGEPICmp() local
931 if (LHSIndexTy != RHSIndexTy) { in foldGEPICmp()
933 RHSIndexTy->getPrimitiveSizeInBits()) { in foldGEPICmp()
936 LOffset = Builder.CreateTrunc(LOffset, RHSIndexTy); in foldGEPICmp()