/frameworks/native/include/private/ui/ |
D | RegionHelper.h | 41 static const uint32_t RHS = 0x6; // 0b110 variable 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/ |
D | ValueEnumerator.cpp | 179 const std::pair<const Value*, unsigned> &RHS) { in operator ()() 181 if (LHS.first->getType() != RHS.first->getType()) in operator ()() 183 VE.getTypeID(RHS.first->getType()); in operator ()() 185 return LHS.second > RHS.second; in operator ()()
|
/frameworks/compile/slang/BitWriter_3_2/ |
D | ValueEnumerator.cpp | 179 const std::pair<const Value*, unsigned> &RHS) { in operator ()() 181 if (LHS.first->getType() != RHS.first->getType()) in operator ()() 183 VE.getTypeID(RHS.first->getType()); in operator ()() 185 return LHS.second > RHS.second; in operator ()()
|
/frameworks/compile/slang/BitWriter_2_9_func/ |
D | ValueEnumerator.cpp | 179 const std::pair<const Value*, unsigned> &RHS) { in operator ()() 181 if (LHS.first->getType() != RHS.first->getType()) in operator ()() 183 VE.getTypeID(RHS.first->getType()); in operator ()() 185 return LHS.second > RHS.second; in operator ()()
|
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
D | BitcodeReader.cpp | 1386 Constant *RHS = ValueList.getConstantFwdRef(Record[2], CurTy); in ParseConstants() local 1405 V = ConstantExpr::get(Opc, LHS, RHS, Flags); in ParseConstants() 2229 Value *LHS, *RHS; in ParseFunctionBody() local 2231 getValue(Record, OpNum, LHS->getType(), RHS) || in ParseFunctionBody() 2237 I = BinaryOperator::Create((Instruction::BinaryOps)Opc, LHS, RHS); in ParseFunctionBody() 2428 Value *LHS, *RHS; in ParseFunctionBody() local 2430 getValue(Record, OpNum, LHS->getType(), RHS) || in ParseFunctionBody() 2435 I = new FCmpInst((FCmpInst::Predicate)Record[OpNum], LHS, RHS); in ParseFunctionBody() 2437 I = new ICmpInst((ICmpInst::Predicate)Record[OpNum], LHS, RHS); in ParseFunctionBody()
|
/frameworks/compile/slang/ |
D | slang_rs_object_ref_count.cpp | 838 clang::Expr *RHS, 1002 clang::Expr *RHS, in CreateStructRSSetObject() argument 1053 RHS, in CreateStructRSSetObject() 1100 new(C) clang::BinaryOperator(LHS, RHS, clang::BO_Assign, QT, in CreateStructRSSetObject()
|
D | slang_rs_export_type.cpp | 1411 const RSExportConstantArrayType *RHS = in equals() local 1413 return ((getSize() == RHS->getSize()) && in equals() 1414 (getElementType()->equals(RHS->getElementType()))); in equals()
|
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
D | BitcodeReader.cpp | 1688 Constant *RHS = ValueList.getConstantFwdRef(Record[2], CurTy); in ParseConstants() local 1707 V = ConstantExpr::get(Opc, LHS, RHS, Flags); in ParseConstants() 2489 Value *LHS, *RHS; in ParseFunctionBody() local 2491 getValue(Record, OpNum, LHS->getType(), RHS) || in ParseFunctionBody() 2497 I = BinaryOperator::Create((Instruction::BinaryOps)Opc, LHS, RHS); in ParseFunctionBody() 2688 Value *LHS, *RHS; in ParseFunctionBody() local 2690 getValue(Record, OpNum, LHS->getType(), RHS) || in ParseFunctionBody() 2695 I = new FCmpInst((FCmpInst::Predicate)Record[OpNum], LHS, RHS); in ParseFunctionBody() 2697 I = new ICmpInst((ICmpInst::Predicate)Record[OpNum], LHS, RHS); in ParseFunctionBody()
|