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 838 Type *LoadTy,
842 if (LoadTy->isStructTy() || LoadTy->isArrayTy() ||
849 DL.getTypeSizeInBits(LoadTy))
    [all...]
ScalarReplAggregates.cpp     [all...]
SROA.cpp     [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 405 Type *LoadTy = PTy->getElementType();
406 IntegerType *IntType = dyn_cast<IntegerType>(LoadTy);
417 if (LoadTy->isHalfTy())
419 else if (LoadTy->isFloatTy())
421 else if (LoadTy->isDoubleTy())
423 else if (LoadTy->isVectorTy()) {
425 DL.getTypeAllocSizeInBits(LoadTy), AS);
431 return FoldBitCast(Res, LoadTy, DL);
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 523 QualType LoadTy = QualType());
553 QualType LoadTy);
  /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 473 bool AMDGPUTargetLowering::isLoadBitCastBeneficial(EVT LoadTy,
475 if (LoadTy.getSizeInBits() != CastTy.getSizeInBits())
478 unsigned LScalarSize = LoadTy.getScalarType().getSizeInBits();
    [all...]

Completed in 388 milliseconds