HomeSort by relevance Sort by last modified time
    Searched refs:GetRight (Results 1 - 10 of 10) sorted by null

  /art/compiler/optimizing/
instruction_simplifier_shared.cc 52 if (input_binop->GetRight()->IsConstant() &&
53 input_binop->GetRight()->AsConstant()->IsMinusOne()) {
66 input_b = input_binop->GetRight();
125 HInstruction* binop_right = binop->GetRight();
142 mul->GetRight());
155 mul->GetRight());
169 if (mul->GetLeft() == mul->GetRight()) {
174 HInstruction* right = mul->GetRight();
190 HInstruction* right = op->GetRight();
nodes_arm64.cc 30 *shift_amount = instruction->AsShl()->GetRight()->AsIntConstant()->GetValue();
33 *shift_amount = instruction->AsShr()->GetRight()->AsIntConstant()->GetValue();
36 *shift_amount = instruction->AsUShr()->GetRight()->AsIntConstant()->GetValue();
constant_folding.cc 156 if (instruction->GetRight()->IsConstant() &&
157 instruction->GetRight()->AsConstant()->IsArithmeticZero()) {
168 if (instruction->GetRight()->IsConstant() &&
169 instruction->GetRight()->AsConstant()->IsArithmeticZero()) {
276 HConstant* cst_right = instruction->GetRight()->AsConstant();
279 (instruction->GetLeft() == instruction->GetRight())) {
314 if (instruction->GetLeft() == instruction->GetRight()) {
331 if (instruction->GetLeft() == instruction->GetRight()) {
instruction_simplifier.cc 151 DCHECK(binop->GetLeft()->IsNeg() && binop->GetRight()->IsNeg());
153 HNeg* right_neg = binop->GetRight()->AsNeg();
186 HInstruction* right = op->GetRight();
257 return (sub->GetRight() == other &&
266 HRor* ror = new (GetGraph()->GetArena()) HRor(ushr->GetType(), ushr->GetLeft(), ushr->GetRight());
271 if (!ushr->GetRight()->HasUses()) {
272 ushr->GetRight()->GetBlock()->RemoveInstruction(ushr->GetRight());
277 if (!shl->GetRight()->HasUses()) {
278 shl->GetRight()->GetBlock()->RemoveInstruction(shl->GetRight())
    [all...]
nodes.cc     [all...]
bounds_check_elimination.cc 75 HInstruction* right = bin_op->GetRight();
    [all...]
nodes.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplustypes.h 205 INT GetRight() const {
232 INT intersectRight = (a.GetRight() < b.GetRight())
233 ? a.GetRight() : b.GetRight();
248 INT intersectRight = (GetRight() < rc.GetRight())
249 ? GetRight() : rc.GetRight();
265 INT unionRight = (a.GetRight() < b.GetRight()
    [all...]
  /external/pdfium/xfa/src/fdp/include/
fde_css.h 925 virtual FDE_CSSLENGTH GetRight() const = 0;
    [all...]
  /external/pdfium/xfa/src/fdp/src/css/
fde_cssstyleselector.h 658 virtual FDE_CSSLENGTH GetRight() const { return m_NonInheritedData.m_Right; }
    [all...]

Completed in 590 milliseconds