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.h40 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/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp1769 Constant *LHS = ValueList.getConstantFwdRef(Record[1], CurTy); local
1789 V = ConstantExpr::get(Opc, LHS, RHS, Flags);
2651 Value *LHS, *RHS; local
2652 if (getValueTypePair(Record, OpNum, NextValueNo, LHS) ||
2653 getValue(Record, OpNum, LHS->getType(), RHS) ||
2657 int Opc = GetDecodedBinaryOpcode(Record[OpNum++], LHS->getType());
2660 I = BinaryOperator::Create((Instruction::BinaryOps)Opc, LHS, RHS);
2872 Value *LHS, *RHS; local
2873 if (getValueTypePair(Record, OpNum, NextValueNo, LHS) ||
2874 getValue(Record, OpNum, LHS
[all...]
/frameworks/compile/slang/
H A Dslang_rs_object_ref_count.cpp733 clang::Expr *LHS,
896 clang::Expr *LHS,
900 clang::QualType QT = LHS->getType();
934 LHS,
996 new(C) clang::BinaryOperator(LHS, RHS, clang::BO_Assign, QT,
895 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.cpp2062 Constant *LHS = ValueList.getConstantFwdRef(Record[1], CurTy); local
2082 V = ConstantExpr::get(Opc, LHS, RHS, Flags);
2912 Value *LHS, *RHS; local
2913 if (getValueTypePair(Record, OpNum, NextValueNo, LHS) ||
2914 getValue(Record, OpNum, LHS->getType(), RHS) ||
2918 int Opc = GetDecodedBinaryOpcode(Record[OpNum++], LHS->getType());
2921 I = BinaryOperator::Create((Instruction::BinaryOps)Opc, LHS, RHS);
3133 Value *LHS, *RHS; local
3134 if (getValueTypePair(Record, OpNum, NextValueNo, LHS) ||
3135 getValue(Record, OpNum, LHS
[all...]

Completed in 223 milliseconds