HomeSort by relevance Sort by last modified time
    Searched refs:getTypeStoreSize (Results 26 - 30 of 30) sorted by null

12

  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 632 return AA->alias(AObj, AA->getTypeStoreSize(AObj->getType()),
633 BObj, AA->getTypeStoreSize(BObj->getType()));
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp 629 int64_t VTyTSS = (int64_t) TD->getTypeStoreSize(VTy);
633 int64_t VTy2TSS = (int64_t) TD->getTypeStoreSize(VTy2);
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 542 milliseconds

12