Home
last modified time | relevance | path

Searched refs:LHS (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/include/private/ui/
DRegionHelper.h40 static const uint32_t LHS = 0x5; // 0b101 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/
DValueEnumerator.cpp178 bool operator()(const std::pair<const Value*, unsigned> &LHS, in operator ()()
181 if (LHS.first->getType() != RHS.first->getType()) in operator ()()
182 return VE.getTypeID(LHS.first->getType()) < in operator ()()
185 return LHS.second > RHS.second; in operator ()()
/frameworks/compile/slang/BitWriter_3_2/
DValueEnumerator.cpp178 bool operator()(const std::pair<const Value*, unsigned> &LHS, in operator ()()
181 if (LHS.first->getType() != RHS.first->getType()) in operator ()()
182 return VE.getTypeID(LHS.first->getType()) < in operator ()()
185 return LHS.second > RHS.second; in operator ()()
/frameworks/compile/slang/BitWriter_2_9_func/
DValueEnumerator.cpp178 bool operator()(const std::pair<const Value*, unsigned> &LHS, in operator ()()
181 if (LHS.first->getType() != RHS.first->getType()) in operator ()()
182 return VE.getTypeID(LHS.first->getType()) < in operator ()()
185 return LHS.second > RHS.second; in operator ()()
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp1385 Constant *LHS = ValueList.getConstantFwdRef(Record[1], CurTy); in ParseConstants() local
1405 V = ConstantExpr::get(Opc, LHS, RHS, Flags); in ParseConstants()
2229 Value *LHS, *RHS; in ParseFunctionBody() local
2230 if (getValueTypePair(Record, OpNum, NextValueNo, LHS) || in ParseFunctionBody()
2231 getValue(Record, OpNum, LHS->getType(), RHS) || in ParseFunctionBody()
2235 int Opc = GetDecodedBinaryOpcode(Record[OpNum++], LHS->getType()); in ParseFunctionBody()
2237 I = BinaryOperator::Create((Instruction::BinaryOps)Opc, LHS, RHS); in ParseFunctionBody()
2428 Value *LHS, *RHS; in ParseFunctionBody() local
2429 if (getValueTypePair(Record, OpNum, NextValueNo, LHS) || in ParseFunctionBody()
2430 getValue(Record, OpNum, LHS->getType(), RHS) || in ParseFunctionBody()
[all …]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp1687 Constant *LHS = ValueList.getConstantFwdRef(Record[1], CurTy); in ParseConstants() local
1707 V = ConstantExpr::get(Opc, LHS, RHS, Flags); in ParseConstants()
2489 Value *LHS, *RHS; in ParseFunctionBody() local
2490 if (getValueTypePair(Record, OpNum, NextValueNo, LHS) || in ParseFunctionBody()
2491 getValue(Record, OpNum, LHS->getType(), RHS) || in ParseFunctionBody()
2495 int Opc = GetDecodedBinaryOpcode(Record[OpNum++], LHS->getType()); in ParseFunctionBody()
2497 I = BinaryOperator::Create((Instruction::BinaryOps)Opc, LHS, RHS); in ParseFunctionBody()
2688 Value *LHS, *RHS; in ParseFunctionBody() local
2689 if (getValueTypePair(Record, OpNum, NextValueNo, LHS) || in ParseFunctionBody()
2690 getValue(Record, OpNum, LHS->getType(), RHS) || in ParseFunctionBody()
[all …]
/frameworks/compile/slang/
Dslang_rs_object_ref_count.cpp837 clang::Expr *LHS,
1001 clang::Expr *LHS, in CreateStructRSSetObject() argument
1005 clang::QualType QT = LHS->getType(); in CreateStructRSSetObject()
1039 LHS, in CreateStructRSSetObject()
1100 new(C) clang::BinaryOperator(LHS, RHS, clang::BO_Assign, QT, in CreateStructRSSetObject()