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

  /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/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]
GVN.cpp 584 Value *MaterializeAdjustedValue(Type *LoadTy, GVN &gvn) const;
832 Type *LoadTy,
836 if (LoadTy->isStructTy() || LoadTy->isArrayTy() ||
843 DL.getTypeSizeInBits(LoadTy))
    [all...]
SROA.cpp     [all...]

Completed in 555 milliseconds