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

  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 732 Type *LoadTy,
736 if (LoadTy->isStructTy() || LoadTy->isArrayTy() ||
743 TD.getTypeSizeInBits(LoadTy))
842 static int AnalyzeLoadFromClobberingWrite(Type *LoadTy, Value *LoadPtr,
848 if (LoadTy->isStructTy() || LoadTy->isArrayTy())
875 uint64_t LoadSize = TD.getTypeSizeInBits(LoadTy);
916 static int AnalyzeLoadFromClobberingStore(Type *LoadTy, Value *LoadPtr,
    [all...]
ScalarReplAggregates.cpp     [all...]
  /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/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 458 QualType LoadTy = QualType());
488 QualType LoadTy);
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 392 Type *LoadTy = cast<PointerType>(C->getType())->getElementType();
393 IntegerType *IntType = dyn_cast<IntegerType>(LoadTy);
402 if (LoadTy->isFloatTy())
404 else if (LoadTy->isDoubleTy())
406 else if (LoadTy->isVectorTy()) {
408 TD.getTypeAllocSizeInBits(LoadTy));
415 return FoldBitCast(Res, LoadTy, TD);
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]

Completed in 592 milliseconds