HomeSort by relevance Sort by last modified time
    Searched defs:DestType (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp 179 EVT DestType = Node->getValueType(0);
180 unsigned DestWidth = DestType.getSizeInBits();
189 MOVType = DestType;
192 MOVType = DestType;
203 return CurDAG->getMachineNode(MOVOpcode, dl, DestType,
204 CurDAG->getRegister(ZR, DestType),
216 if (MOVType != DestType) {
231 EVT DestType = Node->getValueType(0);
239 assert((DestType == MVT::i64 || DestType == MVT::i32
    [all...]
  /external/clang/lib/AST/
ExprCXX.cpp 585 QualType DestType = getType();
589 DestType = DestType->castAs<PointerType>()->getPointeeType();
592 if (DestType->isVoidType())
602 cast<CXXRecordDecl>(DestType->castAs<RecordType>()->getDecl());
    [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/Sema/
SemaCast.cpp 48 CastOperation(Sema &S, QualType destType, ExprResult src)
49 : Self(S), SrcExpr(src), DestType(destType),
50 ResultType(destType.getNonLValueExprType(S.Context)),
51 ValueKind(Expr::getValueKindForType(destType)),
64 QualType DestType;
117 Self.CheckCastAlign(SrcExpr.get(), DestType, OpRange);
124 if (Self.CheckObjCARCConversion(OpRange, DestType, src, CCK) ==
143 static bool CastsAwayConstness(Sema &Self, QualType SrcType, QualType DestType,
158 QualType DestType, bool CStyle
    [all...]
SemaInit.cpp     [all...]
SemaExpr.cpp     [all...]
SemaOverload.cpp     [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp 219 llvm::Type *DestType = Int8PtrTy;
220 if (ArgValue->getType() != DestType)
221 ArgValue = Builder.CreateBitCast(ArgValue, DestType,
    [all...]

Completed in 316 milliseconds