HomeSort by relevance Sort by last modified time
    Searched refs:OrigTy (Results 1 - 14 of 14) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
CastToStructChecker.cpp 38 QualType OrigTy = Ctx.getCanonicalType(E->getType());
41 const PointerType *OrigPTy = dyn_cast<PointerType>(OrigTy.getTypePtr());
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 554 Type *OrigTy = cast<PointerType>(OrigPtrTy)->getElementType();
555 assert(OrigTy->isSized());
556 uint32_t TypeSize = DL->getTypeStoreSizeInBits(OrigTy);
AddressSanitizer.cpp 754 Type *OrigTy = cast<PointerType>(OrigPtrTy)->getElementType();
756 assert(OrigTy->isSized());
757 uint32_t TypeSize = DL->getTypeStoreSizeInBits(OrigTy);
    [all...]
MemorySanitizer.cpp 753 Type *getShadowTy(Type *OrigTy) {
754 if (!OrigTy->isSized()) {
759 if (IntegerType *IT = dyn_cast<IntegerType>(OrigTy))
761 if (VectorType *VT = dyn_cast<VectorType>(OrigTy)) {
766 if (StructType *ST = dyn_cast<StructType>(OrigTy)) {
774 uint32_t TypeSize = MS.DL->getTypeSizeInBits(OrigTy);
    [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.h 421 MVT getRegVT(MVT VT, const Type *OrigTy, const SDNode *CallNode,
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 729 EVT OrigTy = cast<VTSDNode>(Op->getOperand(1))->getVT();
732 unsigned OrigBW = OrigTy.getScalarType().getSizeInBits();
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 346 Type *OrigTy = V->getType();
373 uint32_t OrigBitWidth = OrigTy->getScalarSizeInBits();
399 uint32_t OrigBitWidth = OrigTy->getScalarSizeInBits();
    [all...]
InstCombineShifts.cpp 92 uint32_t OrigBitWidth = OrigTy->getScalarSizeInBits();
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 968 milliseconds