Home
last modified time | relevance | path

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

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