Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp1071 ConstantInt *ShiftedCmpRHS = Builder->getInt(Comp); in FoldICmpShrCst() local
1087 return new ICmpInst(ICI.getPredicate(), Shr->getOperand(0), ShiftedCmpRHS); in FoldICmpShrCst()
1096 return new ICmpInst(ICI.getPredicate(), And, ShiftedCmpRHS); in FoldICmpShrCst()