HomeSort by relevance Sort by last modified time
    Searched refs:getPointerTypeSizeInBits (Results 1 - 16 of 16) sorted by null

  /external/llvm/include/llvm/IR/
DataLayout.h 322 unsigned getPointerTypeSizeInBits(Type *) const;
325 return getPointerTypeSizeInBits(Ty) / 8;
  /external/llvm/lib/Transforms/Scalar/
LoadCombine.cpp 98 unsigned BitWidth = DL->getPointerTypeSizeInBits(GEP->getType());
SROA.cpp     [all...]
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 293 OpSize <= DL->getPointerTypeSizeInBits(Ty))
307 DestSize >= DL->getPointerTypeSizeInBits(OpTy))
ConstantFolding.cpp 232 unsigned BitWidth = TD.getPointerTypeSizeInBits(GV->getType());
251 unsigned BitWidth = TD.getPointerTypeSizeInBits(GEP->getType());
    [all...]
MemoryBuiltins.cpp 408 IntTyBits = DL->getPointerTypeSizeInBits(V->getType());
ValueTracking.cpp 45 return TD ? TD->getPointerTypeSizeInBits(Ty) : 0;
    [all...]
  /external/llvm/lib/IR/
DataLayout.cpp 611 unsigned DataLayout::getPointerTypeSizeInBits(Type *Ty) const {
711 unsigned NumBits = getPointerTypeSizeInBits(Ty);
  /external/llvm/lib/Transforms/Instrumentation/
DebugIR.cpp 404 getOrCreateType(PointeeTy), Layout.getPointerTypeSizeInBits(T),
  /external/llvm/include/llvm/Target/
TargetLowering.h 161 unsigned getPointerTypeSizeInBits(Type *Ty) const;
    [all...]
  /external/llvm/lib/Transforms/Utils/
Local.cpp     [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]

Completed in 643 milliseconds