Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCompares.cpp958 ConstantInt *ShiftedCmpRHS = ConstantInt::get(ICI.getContext(), Comp); in FoldICmpShrCst() local
975 return new ICmpInst(ICI.getPredicate(), Shr->getOperand(0), ShiftedCmpRHS); in FoldICmpShrCst()
984 return new ICmpInst(ICI.getPredicate(), And, ShiftedCmpRHS); in FoldICmpShrCst()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp1397 ConstantInt *ShiftedCmpRHS = Builder->getInt(Comp); in FoldICmpShrCst() local
1413 return new ICmpInst(ICI.getPredicate(), Shr->getOperand(0), ShiftedCmpRHS); in FoldICmpShrCst()
1422 return new ICmpInst(ICI.getPredicate(), And, ShiftedCmpRHS); in FoldICmpShrCst()