Searched defs:LHSTy (Results 1 - 6 of 6) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGExprComplex.cpp601 QualType LHSTy = E->getLHS()->getType(); local
621 OpInfo.LHS = EmitComplexToComplexCast(LHSComplexPair, LHSTy, OpInfo.Ty);
627 Result = EmitComplexToComplexCast(Result, OpInfo.Ty, LHSTy);
H A DCGExprScalar.cpp1665 QualType LHSTy = E->getLHS()->getType(); local
1689 if (LHSTy->isAtomicType()) {
1701 OpInfo.LHS = EmitScalarConversion(OpInfo.LHS, LHSTy,
1708 Result = EmitScalarConversion(Result, E->getComputationResultType(), LHSTy);
2182 QualType LHSTy = E->getLHS()->getType(); local
2183 if (const MemberPointerType *MPT = LHSTy->getAs<MemberPointerType>()) {
2190 } else if (!LHSTy->isAnyComplexType()) {
2196 if (LHSTy->isVectorType() && !E->getType()->isVectorType()) {
2206 QualType ElTy = LHSTy->getAs<VectorType>()->getElementType();
2262 } else if (LHSTy
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp315 EVT getShiftAmountTy(EVT LHSTy) { argument
316 return LegalTypes ? TLI.getShiftAmountTy(LHSTy) : TLI.getPointerTy();
H A DSelectionDAG.cpp1528 SDValue SelectionDAG::getShiftAmountOperand(EVT LHSTy, SDValue Op) { argument
1530 MVT ShTy = TLI.getShiftAmountTy(LHSTy);
/external/clang/lib/Sema/
H A DSemaChecking.cpp391 QualType LHSTy = Context.getPointerType(EltTy); local
393 ConvTy = CheckSingleAssignmentConstraints(LHSTy, RHS);
396 if (DiagnoseAssignmentResult(ConvTy, Arg->getLocStart(), LHSTy, RHSTy,
H A DSemaExpr.cpp3279 QualType LHSTy = LHSExp->getType(), RHSTy = RHSExp->getType(); local
3289 if (LHSTy->isDependentType() || RHSTy->isDependentType()) {
3293 } else if (const PointerType *PTy = LHSTy->getAs<PointerType>()) {
3298 LHSTy->getAs<ObjCObjectPointerType>()) {
3329 } else if (const VectorType *VTy = LHSTy->getAs<VectorType>()) {
3338 } else if (LHSTy->isArrayType()) {
3346 LHSExp = ImpCastExprToType(LHSExp, Context.getArrayDecayedType(LHSTy),
3348 LHSTy = LHSExp->getType();
3352 ResultType = LHSTy->getAs<PointerType>()->getPointeeType();
4744 QualType LHSTy local
4811 QualType LHSTy = LHS.get()->getType(); local
4837 QualType LHSTy = LHS.get()->getType(); local
4924 QualType LHSTy = LHS.get()->getType(); local
5018 QualType LHSTy = LHS.get()->getType(); local
6410 QualType LHSTy = Context.isPromotableBitField(LHS.get()); local
[all...]

Completed in 310 milliseconds