HomeSort by relevance Sort by last modified time
    Searched refs:OrigTy (Results 1 - 19 of 19) 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/Target/AMDGPU/
AMDGPUTargetTransformInfo.cpp 115 EVT OrigTy = TLI->getValueType(DL, Ty);
116 if (!OrigTy.isSimple()) {
  /external/llvm/lib/Transforms/Instrumentation/
EfficiencySanitizer.cpp 672 Type *OrigTy = cast<PointerType>(Addr->getType())->getElementType();
673 const uint32_t TypeSizeBytes = DL.getTypeStoreSizeInBits(OrigTy) / 8;
678 Alignment = DL.getPrefTypeAlignment(OrigTy);
    [all...]
ThreadSanitizer.cpp 495 Type *OrigTy = cast<PointerType>(Addr->getType())->getElementType();
496 const uint32_t TypeSize = DL.getTypeStoreSizeInBits(OrigTy);
579 Type *OrigTy = cast<PointerType>(Addr->getType())->getElementType();
580 if (Ty == OrigTy) {
586 Instruction *Cast = CastInst::Create(Instruction::IntToPtr, C, OrigTy);
666 Type *OrigTy = cast<PointerType>(OrigPtrTy)->getElementType();
667 assert(OrigTy->isSized());
668 uint32_t TypeSize = DL.getTypeStoreSizeInBits(OrigTy);
MemorySanitizer.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]
TargetInfo.cpp     [all...]
MicrosoftCXXABI.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineCasts.cpp 336 Type *OrigTy = V->getType();
363 uint32_t OrigBitWidth = OrigTy->getScalarSizeInBits();
389 uint32_t OrigBitWidth = OrigTy->getScalarSizeInBits();
    [all...]
InstCombineShifts.cpp 90 uint32_t OrigBitWidth = OrigTy->getScalarSizeInBits();
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 776 EVT OrigTy = cast<VTSDNode>(Op->getOperand(1))->getVT();
779 unsigned OrigBW = OrigTy.getScalarType().getSizeInBits();
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 340 Type *OrigTy = V->getType();
367 uint32_t OrigBitWidth = OrigTy->getScalarSizeInBits();
393 uint32_t OrigBitWidth = OrigTy->getScalarSizeInBits();
    [all...]
InstCombineShifts.cpp 137 uint32_t OrigBitWidth = OrigTy->getScalarSizeInBits();
    [all...]
  /external/spirv-llvm/lib/SPIRV/
SPIRVWriter.cpp     [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 1449 milliseconds