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

  /external/llvm/lib/Analysis/
ConstantFolding.cpp 404 Type *LoadTy = PTy->getElementType();
405 IntegerType *IntType = dyn_cast<IntegerType>(LoadTy);
416 if (LoadTy->isHalfTy())
418 else if (LoadTy->isFloatTy())
420 else if (LoadTy->isDoubleTy())
422 else if (LoadTy->isVectorTy()) {
424 DL.getTypeAllocSizeInBits(LoadTy), AS);
430 return FoldBitCast(Res, LoadTy, DL);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]
GVN.cpp 852 Type *LoadTy,
856 if (LoadTy->isStructTy() || LoadTy->isArrayTy() ||
863 DL.getTypeSizeInBits(LoadTy))
    [all...]

Completed in 1055 milliseconds