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

  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 584 Value *MaterializeAdjustedValue(Type *LoadTy, GVN &gvn) const;
832 Type *LoadTy,
836 if (LoadTy->isStructTy() || LoadTy->isArrayTy() ||
843 DL.getTypeSizeInBits(LoadTy))
    [all...]
ScalarReplAggregates.cpp     [all...]
SROA.cpp     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 510 QualType LoadTy = QualType());
540 QualType LoadTy);
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 396 Type *LoadTy = PTy->getElementType();
397 IntegerType *IntType = dyn_cast<IntegerType>(LoadTy);
408 if (LoadTy->isHalfTy())
410 else if (LoadTy->isFloatTy())
412 else if (LoadTy->isDoubleTy())
414 else if (LoadTy->isVectorTy()) {
416 TD.getTypeAllocSizeInBits(LoadTy),
423 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...]
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.cpp 410 bool AMDGPUTargetLowering::isLoadBitCastBeneficial(EVT LoadTy,
412 if (LoadTy.getSizeInBits() != CastTy.getSizeInBits())
415 unsigned LScalarSize = LoadTy.getScalarType().getSizeInBits();
    [all...]

Completed in 303 milliseconds