Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCompares.cpp1644 Instruction *AddWithCst = cast<Instruction>(I.getOperand(0)); in ProcessUGT_ADDCST_ADD() local
1645 if (!AddWithCst->hasOneUse()) return 0; in ProcessUGT_ADDCST_ADD()
1664 Instruction *OrigAdd = cast<Instruction>(AddWithCst->getOperand(0)); in ProcessUGT_ADDCST_ADD()
1667 if (*UI == AddWithCst) continue; in ProcessUGT_ADDCST_ADD()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp2505 Instruction *AddWithCst = cast<Instruction>(I.getOperand(0)); in ProcessUGT_ADDCST_ADD() local
2506 if (!AddWithCst->hasOneUse()) return nullptr; in ProcessUGT_ADDCST_ADD()
2533 Instruction *OrigAdd = cast<Instruction>(AddWithCst->getOperand(0)); in ProcessUGT_ADDCST_ADD()
2535 if (U == AddWithCst) continue; in ProcessUGT_ADDCST_ADD()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp1245 Instruction *AddWithCst = cast<Instruction>(I.getOperand(0)); in processUGT_ADDCST_ADD() local
1246 if (!AddWithCst->hasOneUse()) in processUGT_ADDCST_ADD()
1276 Instruction *OrigAdd = cast<Instruction>(AddWithCst->getOperand(0)); in processUGT_ADDCST_ADD()
1278 if (U == AddWithCst) in processUGT_ADDCST_ADD()