Searched refs:RHSTy (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/TableGen/
H A DTGParser.cpp1053 RecTy *RHSTy = nullptr; local
1063 RHSTy = RHSt->getType();
1065 RHSTy = BitsRecTy::get(RHSbits->getNumBits());
1067 RHSTy = BitRecTy::get();
1071 MHSTy = RHSTy;
1073 RHSTy = MHSTy;
1075 if (!MHSTy || !RHSTy) {
1080 if (MHSTy->typeIsConvertibleTo(RHSTy)) {
1081 Type = RHSTy;
1082 } else if (RHSTy
[all...]
/external/clang/lib/Sema/
H A DSemaExpr.cpp3827 QualType LHSTy = LHSExp->getType(), RHSTy = RHSExp->getType(); local
3837 if (LHSTy->isDependentType() || RHSTy->isDependentType()) {
3857 } else if (const PointerType *PTy = RHSTy->getAs<PointerType>()) {
3863 RHSTy->getAs<ObjCObjectPointerType>()) {
3897 } else if (RHSTy->isArrayType()) {
3901 RHSExp = ImpCastExprToType(RHSExp, Context.getArrayDecayedType(RHSTy),
3903 RHSTy = RHSExp->getType();
3907 ResultType = RHSTy->getAs<PointerType>()->getPointeeType();
5508 QualType RHSTy = RHS.get()->getType(); local
5510 if (S.Context.hasSameType(LHSTy, RHSTy)) {
5610 QualType RHSTy = RHS.get()->getType(); local
5636 QualType RHSTy = RHS.get()->getType(); local
5729 QualType RHSTy = RHS.get()->getType(); local
5811 QualType RHSTy = RHS.get()->getType(); local
[all...]
H A DSemaChecking.cpp451 QualType RHSTy = RHS.get()->getType(); local
467 if (DiagnoseAssignmentResult(ConvTy, Arg->getLocStart(), LHSTy, RHSTy,
/external/clang/lib/AST/
H A DExprConstant.cpp6601 QualType RHSTy = E->getRHS()->getType();
6604 assert(RHSTy->isAnyComplexType() && "Invalid comparison");
6647 RHSTy->isRealFloatingType()) {
6680 if (LHSTy->isPointerType() && RHSTy->isPointerType()) {
6885 assert(RHSTy->isMemberPointerType() && "invalid comparison");
6923 assert(RHSTy->isNullPtrType() && "missing pointer conversion");
6932 !RHSTy->isIntegralOrEnumerationType()) &&
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp6686 MVT RHSTy = RHS.getValueType().getSimpleVT(); local
6688 if (!RHSTy.isVector())
6693 MVT ConcatTy = MVT::getVectorVT(RHSTy.getVectorElementType(),
6694 RHSTy.getVectorNumElements() * 2);
6698 DAG.getNode(ISD::BITCAST, dl, RHSTy, N->getOperand(0)), RHS));

Completed in 339 milliseconds