Home
last modified time | relevance | path

Searched defs:RHSI (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DEarlyCSE.cpp123 Instruction *LHSI = LHS.Inst, *RHSI = RHS.Inst; in isEqual() local
196 Instruction *LHSI = LHS.Inst, *RHSI = RHS.Inst; in isEqual() local
/external/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp140 Instruction *LHSI = LHS.Inst, *RHSI = RHS.Inst; in isEqual() local
230 Instruction *LHSI = LHS.Inst, *RHSI = RHS.Inst; in isEqual() local
/external/clang/lib/Format/
DSortJavaScriptImports.cpp147 [&](unsigned LHSI, unsigned RHSI) { in analyze()
DFormat.cpp1227 Indices.begin(), Indices.end(), [&](unsigned LHSI, unsigned RHSI) { in sortCppIncludes()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCalls.cpp530 if (ConstantInt *RHSI = dyn_cast<ConstantInt>(II->getArgOperand(1))) { in visitCallInst() local