Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp817 Type *RHSIndexTy = ROffset->getType(); in foldGEPICmp() local
818 if (LHSIndexTy != RHSIndexTy) { in foldGEPICmp()
820 RHSIndexTy->getPrimitiveSizeInBits().getFixedValue()) { in foldGEPICmp()
823 LOffset = Builder.CreateTrunc(LOffset, RHSIndexTy); in foldGEPICmp()