/frameworks/compile/slang/BitWriter_2_9/ |
H A D | ValueEnumerator.cpp | 178 bool operator()(const std::pair<const Value*, unsigned> &LHS, argument 181 if (LHS.first->getType() != RHS.first->getType()) 182 return VE.getTypeID(LHS.first->getType()) < 185 return LHS.second > RHS.second;
|
/frameworks/compile/slang/BitWriter_2_9_func/ |
H A D | ValueEnumerator.cpp | 178 bool operator()(const std::pair<const Value*, unsigned> &LHS, argument 181 if (LHS.first->getType() != RHS.first->getType()) 182 return VE.getTypeID(LHS.first->getType()) < 185 return LHS.second > RHS.second;
|
/frameworks/compile/slang/BitWriter_3_2/ |
H A D | ValueEnumerator.cpp | 178 bool operator()(const std::pair<const Value*, unsigned> &LHS, argument 181 if (LHS.first->getType() != RHS.first->getType()) 182 return VE.getTypeID(LHS.first->getType()) < 185 return LHS.second > RHS.second;
|
/frameworks/native/include/private/ui/ |
H A D | RegionHelper.h | 40 static const uint32_t LHS = 0x5; // 0b101 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/ |
H A D | slang_rs_object_ref_count.cpp | 837 clang::Expr *LHS, 1001 clang::Expr *LHS, 1005 clang::QualType QT = LHS->getType(); 1039 LHS, 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
|
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
H A D | BitcodeReader.cpp | 1385 Constant *LHS = ValueList.getConstantFwdRef(Record[1], CurTy); local 1405 V = ConstantExpr::get(Opc, LHS, RHS, Flags); 2229 Value *LHS, *RHS; local 2230 if (getValueTypePair(Record, OpNum, NextValueNo, LHS) || 2231 getValue(Record, OpNum, LHS->getType(), RHS) || 2235 int Opc = GetDecodedBinaryOpcode(Record[OpNum++], LHS->getType()); 2237 I = BinaryOperator::Create((Instruction::BinaryOps)Opc, LHS, RHS); 2428 Value *LHS, *RHS; local 2429 if (getValueTypePair(Record, OpNum, NextValueNo, LHS) || 2430 getValue(Record, OpNum, LHS [all...] |
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
H A D | BitcodeReader.cpp | 1687 Constant *LHS = ValueList.getConstantFwdRef(Record[1], CurTy); local 1707 V = ConstantExpr::get(Opc, LHS, RHS, Flags); 2489 Value *LHS, *RHS; local 2490 if (getValueTypePair(Record, OpNum, NextValueNo, LHS) || 2491 getValue(Record, OpNum, LHS->getType(), RHS) || 2495 int Opc = GetDecodedBinaryOpcode(Record[OpNum++], LHS->getType()); 2497 I = BinaryOperator::Create((Instruction::BinaryOps)Opc, LHS, RHS); 2688 Value *LHS, *RHS; local 2689 if (getValueTypePair(Record, OpNum, NextValueNo, LHS) || 2690 getValue(Record, OpNum, LHS [all...] |