Searched defs:LHS (Results 1 - 8 of 8) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Object/
H A DSectionMap.h140 bool operator()(const Output* LHS, const Output* RHS) const { argument
141 return LHS->order() < RHS->order();
/frameworks/compile/slang/BitWriter_2_9/
H A DValueEnumerator.cpp196 bool operator()(const std::pair<const Value*, unsigned> &LHS, argument
199 if (LHS.first->getType() != RHS.first->getType())
200 return VE.getTypeID(LHS.first->getType()) <
203 return LHS.second > RHS.second;
/frameworks/compile/slang/BitWriter_2_9_func/
H A DValueEnumerator.cpp196 bool operator()(const std::pair<const Value*, unsigned> &LHS, argument
199 if (LHS.first->getType() != RHS.first->getType())
200 return VE.getTypeID(LHS.first->getType()) <
203 return LHS.second > RHS.second;
/frameworks/compile/slang/BitWriter_3_2/
H A DValueEnumerator.cpp196 bool operator()(const std::pair<const Value*, unsigned> &LHS, argument
199 if (LHS.first->getType() != RHS.first->getType())
200 return VE.getTypeID(LHS.first->getType()) <
203 return LHS.second > RHS.second;
/frameworks/native/include/private/ui/
H A DRegionHelper.h41 static const uint32_t LHS = 0x5; // 0b101 member in class:android::region_operator
44 op_nand = LHS & ~RHS,
45 op_and = LHS & RHS,
46 op_or = LHS | RHS,
47 op_xor = LHS ^ RHS
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp1781 Constant *LHS = ValueList.getConstantFwdRef(Record[1], CurTy); local
1801 V = ConstantExpr::get(Opc, LHS, RHS, Flags);
2663 Value *LHS, *RHS; local
2664 if (getValueTypePair(Record, OpNum, NextValueNo, LHS) ||
2665 getValue(Record, OpNum, LHS->getType(), RHS) ||
2669 int Opc = GetDecodedBinaryOpcode(Record[OpNum++], LHS->getType());
2672 I = BinaryOperator::Create((Instruction::BinaryOps)Opc, LHS, RHS);
2884 Value *LHS, *RHS; local
2885 if (getValueTypePair(Record, OpNum, NextValueNo, LHS) ||
2886 getValue(Record, OpNum, LHS
[all...]
/frameworks/compile/slang/
H A Dslang_rs_object_ref_count.cpp732 clang::Expr *LHS,
895 clang::Expr *LHS,
899 clang::QualType QT = LHS->getType();
933 LHS,
999 new(C) clang::BinaryOperator(LHS, RHS, clang::BO_Assign, QT,
894 CreateStructRSSetObject(clang::ASTContext &C, clang::Expr *LHS, clang::Expr *RHS, clang::SourceLocation StartLoc, clang::SourceLocation Loc) argument
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp2074 Constant *LHS = ValueList.getConstantFwdRef(Record[1], CurTy); local
2094 V = ConstantExpr::get(Opc, LHS, RHS, Flags);
2924 Value *LHS, *RHS; local
2925 if (getValueTypePair(Record, OpNum, NextValueNo, LHS) ||
2926 getValue(Record, OpNum, LHS->getType(), RHS) ||
2930 int Opc = GetDecodedBinaryOpcode(Record[OpNum++], LHS->getType());
2933 I = BinaryOperator::Create((Instruction::BinaryOps)Opc, LHS, RHS);
3145 Value *LHS, *RHS; local
3146 if (getValueTypePair(Record, OpNum, NextValueNo, LHS) ||
3147 getValue(Record, OpNum, LHS
[all...]

Completed in 8013 milliseconds