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

  /external/llvm/lib/Analysis/
ConstantFolding.cpp 381 Type *LoadTy = cast<PointerType>(C->getType())->getElementType();
382 IntegerType *IntType = dyn_cast<IntegerType>(LoadTy);
391 if (LoadTy->isHalfTy())
393 else if (LoadTy->isFloatTy())
395 else if (LoadTy->isDoubleTy())
397 else if (LoadTy->isVectorTy()) {
399 TD.getTypeAllocSizeInBits(LoadTy));
406 return FoldBitCast(Res, LoadTy, TD);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 570 Value *MaterializeAdjustedValue(Type *LoadTy, GVN &gvn) const;
815 Type *LoadTy,
819 if (LoadTy->isStructTy() || LoadTy->isArrayTy() ||
826 TD.getTypeSizeInBits(LoadTy))
925 static int AnalyzeLoadFromClobberingWrite(Type *LoadTy, Value *LoadPtr,
    [all...]
ScalarReplAggregates.cpp     [all...]
SROA.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 449 milliseconds