Home
last modified time | relevance | path

Searched refs: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
126 return LHSI == RHSI; in isEqual()
128 if (LHSI->getOpcode() != RHSI->getOpcode()) return false; in isEqual()
129 return LHSI->isIdenticalTo(RHSI); in isEqual()
196 Instruction *LHSI = LHS.Inst, *RHSI = RHS.Inst; in isEqual() local
198 return LHSI == RHSI; in isEqual()
199 return LHSI->isIdenticalTo(RHSI); in isEqual()
/external/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp140 Instruction *LHSI = LHS.Inst, *RHSI = RHS.Inst; in isEqual() local
143 return LHSI == RHSI; in isEqual()
145 if (LHSI->getOpcode() != RHSI->getOpcode()) in isEqual()
147 if (LHSI->isIdenticalToWhenDefined(RHSI)) in isEqual()
155 assert(isa<BinaryOperator>(RHSI) && in isEqual()
157 BinaryOperator *RHSBinOp = cast<BinaryOperator>(RHSI); in isEqual()
164 assert(isa<CmpInst>(RHSI) && in isEqual()
166 CmpInst *RHSCmp = cast<CmpInst>(RHSI); in isEqual()
230 Instruction *LHSI = LHS.Inst, *RHSI = RHS.Inst; in isEqual() local
232 return LHSI == RHSI; in isEqual()
[all …]
/external/clang/lib/Format/
DSortJavaScriptImports.cpp147 [&](unsigned LHSI, unsigned RHSI) { in analyze() argument
148 return References[LHSI] < References[RHSI]; in analyze()
DFormat.cpp1227 Indices.begin(), Indices.end(), [&](unsigned LHSI, unsigned RHSI) { in sortCppIncludes() argument
1229 std::tie(Includes[RHSI].Category, Includes[RHSI].Filename); in sortCppIncludes()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCalls.cpp530 if (ConstantInt *RHSI = dyn_cast<ConstantInt>(II->getArgOperand(1))) { in visitCallInst() local
532 if (RHSI->isZero()) in visitCallInst()
536 if (RHSI->equalsInt(1)) { in visitCallInst()