Home
last modified time | relevance | path

Searched defs:IsAShr (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1167 bool IsAShr = isa<AShrOperator>(I.getOperand(0)); in foldICmpShrConstConst() local
2189 bool IsAShr = Shr->getOpcode() == Instruction::AShr; in foldICmpShrConstant() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1041 bool IsAShr = isa<AShrOperator>(I.getOperand(0)); in foldICmpShrConstConst() local
2216 bool IsAShr = Shr->getOpcode() == Instruction::AShr; in foldICmpShrConstant() local
/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1453 bool IsAShr = isa<AShrOperator>(Op); in FoldICmpCstShrCst() local