Searched refs:RHSI (Results 1 - 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DEarlyCSE.cpp123 Instruction *LHSI = LHS.Inst, *RHSI = RHS.Inst; local
126 return LHSI == RHSI;
128 if (LHSI->getOpcode() != RHSI->getOpcode()) return false;
129 return LHSI->isIdenticalTo(RHSI);
196 Instruction *LHSI = LHS.Inst, *RHSI = RHS.Inst; local
198 return LHSI == RHSI;
199 return LHSI->isIdenticalTo(RHSI);
/external/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp140 Instruction *LHSI = LHS.Inst, *RHSI = RHS.Inst; local
143 return LHSI == RHSI;
145 if (LHSI->getOpcode() != RHSI->getOpcode())
147 if (LHSI->isIdenticalToWhenDefined(RHSI))
155 assert(isa<BinaryOperator>(RHSI) &&
157 BinaryOperator *RHSBinOp = cast<BinaryOperator>(RHSI);
164 assert(isa<CmpInst>(RHSI) &&
166 CmpInst *RHSCmp = cast<CmpInst>(RHSI);
230 Instruction *LHSI = LHS.Inst, *RHSI = RHS.Inst; local
232 return LHSI == RHSI;
[all...]
/external/clang/lib/Format/
H A DSortJavaScriptImports.cpp147 [&](unsigned LHSI, unsigned RHSI) {
148 return References[LHSI] < References[RHSI];
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp530 if (ConstantInt *RHSI = dyn_cast<ConstantInt>(II->getArgOperand(1))) {
532 if (RHSI->isZero())
536 if (RHSI->equalsInt(1)) {

Completed in 512 milliseconds