Searched refs:RHS (Results 1 - 8 of 8) sorted by relevance

/frameworks/native/include/private/ui/
H A DRegionHelper.h41 static const uint32_t RHS = 0x6; // 0b110 member in class:android::region_operator
43 op_nand = LHS & ~RHS,
44 op_and = LHS & RHS,
45 op_or = LHS | RHS,
46 op_xor = LHS ^ RHS
/frameworks/compile/slang/BitWriter_2_9/
H A DValueEnumerator.cpp179 const std::pair<const Value*, unsigned> &RHS) {
181 if (LHS.first->getType() != RHS.first->getType())
183 VE.getTypeID(RHS.first->getType());
185 return LHS.second > RHS.second;
178 operator ()(const std::pair<const Value*, unsigned> &LHS, const std::pair<const Value*, unsigned> &RHS) argument
/frameworks/compile/slang/BitWriter_2_9_func/
H A DValueEnumerator.cpp179 const std::pair<const Value*, unsigned> &RHS) {
181 if (LHS.first->getType() != RHS.first->getType())
183 VE.getTypeID(RHS.first->getType());
185 return LHS.second > RHS.second;
178 operator ()(const std::pair<const Value*, unsigned> &LHS, const std::pair<const Value*, unsigned> &RHS) argument
/frameworks/compile/slang/BitWriter_3_2/
H A DValueEnumerator.cpp179 const std::pair<const Value*, unsigned> &RHS) {
181 if (LHS.first->getType() != RHS.first->getType())
183 VE.getTypeID(RHS.first->getType());
185 return LHS.second > RHS.second;
178 operator ()(const std::pair<const Value*, unsigned> &LHS, const std::pair<const Value*, unsigned> &RHS) argument
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp1386 Constant *RHS = ValueList.getConstantFwdRef(Record[2], CurTy); local
1405 V = ConstantExpr::get(Opc, LHS, RHS, Flags);
2229 Value *LHS, *RHS; local
2231 getValue(Record, OpNum, LHS->getType(), RHS) ||
2237 I = BinaryOperator::Create((Instruction::BinaryOps)Opc, LHS, RHS);
2428 Value *LHS, *RHS; local
2430 getValue(Record, OpNum, LHS->getType(), RHS) ||
2435 I = new FCmpInst((FCmpInst::Predicate)Record[OpNum], LHS, RHS);
2437 I = new ICmpInst((ICmpInst::Predicate)Record[OpNum], LHS, RHS);
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp1688 Constant *RHS = ValueList.getConstantFwdRef(Record[2], CurTy); local
1707 V = ConstantExpr::get(Opc, LHS, RHS, Flags);
2489 Value *LHS, *RHS; local
2491 getValue(Record, OpNum, LHS->getType(), RHS) ||
2497 I = BinaryOperator::Create((Instruction::BinaryOps)Opc, LHS, RHS);
2688 Value *LHS, *RHS; local
2690 getValue(Record, OpNum, LHS->getType(), RHS) ||
2695 I = new FCmpInst((FCmpInst::Predicate)Record[OpNum], LHS, RHS);
2697 I = new ICmpInst((ICmpInst::Predicate)Record[OpNum], LHS, RHS);
/frameworks/compile/slang/
H A Dslang_rs_object_ref_count.cpp838 clang::Expr *RHS,
1002 clang::Expr *RHS,
1053 RHS,
1100 new(C) clang::BinaryOperator(LHS, RHS, clang::BO_Assign, QT,
1000 CreateStructRSSetObject(clang::ASTContext &C, clang::Expr *LHS, clang::Expr *RHS, clang::SourceLocation StartLoc, clang::SourceLocation Loc) argument
H A Dslang_rs_export_type.cpp1411 const RSExportConstantArrayType *RHS = local
1413 return ((getSize() == RHS->getSize()) &&
1414 (getElementType()->equals(RHS->getElementType())));

Completed in 1403 milliseconds