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

  /external/clang/lib/StaticAnalyzer/Checkers/
OSAtomicChecker.cpp 116 // LoadTy specifying can be omitted. But we put it here to emphasize the
118 QualType LoadTy;
121 LoadTy = TR->getValueType();
124 state, location, &OSAtomicLoadTag, LoadTy);
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 389 Type *LoadTy = cast<PointerType>(C->getType())->getElementType();
390 IntegerType *IntType = dyn_cast<IntegerType>(LoadTy);
399 if (LoadTy->isFloatTy())
401 else if (LoadTy->isDoubleTy())
403 else if (LoadTy->isVectorTy()) {
405 TD.getTypeAllocSizeInBits(LoadTy));
412 return FoldBitCast(Res, LoadTy, TD);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 720 Type *LoadTy,
724 if (LoadTy->isStructTy() || LoadTy->isArrayTy() ||
731 TD.getTypeSizeInBits(LoadTy))
830 static int AnalyzeLoadFromClobberingWrite(Type *LoadTy, Value *LoadPtr,
836 if (LoadTy->isStructTy() || LoadTy->isArrayTy())
863 uint64_t LoadSize = TD.getTypeSizeInBits(LoadTy);
904 static int AnalyzeLoadFromClobberingStore(Type *LoadTy, Value *LoadPtr,
914 return AnalyzeLoadFromClobberingWrite(LoadTy, LoadPtr
    [all...]
ScalarReplAggregates.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 353 milliseconds