HomeSort by relevance Sort by last modified time
    Searched refs:OrigTy (Results 1 - 12 of 12) 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 573 Type *OrigTy = cast<PointerType>(OrigPtrTy)->getElementType();
574 assert(OrigTy->isSized());
575 uint32_t TypeSize = TD->getTypeStoreSizeInBits(OrigTy);
MemorySanitizer.cpp 584 Type *getShadowTy(Type *OrigTy) {
585 if (!OrigTy->isSized()) {
590 if (IntegerType *IT = dyn_cast<IntegerType>(OrigTy))
592 if (VectorType *VT = dyn_cast<VectorType>(OrigTy)) {
597 if (StructType *ST = dyn_cast<StructType>(OrigTy)) {
605 uint32_t TypeSize = MS.TD->getTypeSizeInBits(OrigTy);
    [all...]
AddressSanitizer.cpp 664 Type *OrigTy = cast<PointerType>(OrigPtrTy)->getElementType();
666 assert(OrigTy->isSized());
667 uint32_t TypeSize = TD->getTypeStoreSizeInBits(OrigTy);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.h 313 MVT getRegVT(MVT VT, const Type *OrigTy, const SDNode *CallNode,
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 641 EVT OrigTy = cast<VTSDNode>(Op->getOperand(1))->getVT();
644 unsigned OrigBW = OrigTy.getScalarType().getSizeInBits();
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 343 Type *OrigTy = V->getType();
370 uint32_t OrigBitWidth = OrigTy->getScalarSizeInBits();
396 uint32_t OrigBitWidth = OrigTy->getScalarSizeInBits();
    [all...]
InstCombineShifts.cpp 90 uint32_t OrigBitWidth = OrigTy->getScalarSizeInBits();
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 318 milliseconds