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

12

  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp 405 Type *IntPtrTy = SE.DL
419 const SCEV *ElSize = SE.getSizeOfExpr(IntPtrTy, ElTy);
    [all...]
InstructionSimplify.cpp 603 Type *IntPtrTy = DL->getIntPtrType(V->getType())->getScalarType();
604 APInt Offset = APInt::getNullValue(IntPtrTy->getIntegerBitWidth());
629 Constant *OffsetIntPtr = ConstantInt::get(IntPtrTy, Offset);
    [all...]
ScalarEvolution.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDecl.cpp     [all...]
CGExprAgg.cpp     [all...]
CodeGenFunction.cpp     [all...]
CGExprScalar.cpp 733 llvm::Type *MiddleTy = CGF.IntPtrTy;
    [all...]
MicrosoftCXXABI.cpp 395 llvm::ConstantExpr::getPtrToInt(getImageBase(), CGM.IntPtrTy);
397 llvm::ConstantExpr::getPtrToInt(PtrVal, CGM.IntPtrTy);
    [all...]
CodeGenModule.cpp 106 IntPtrTy = llvm::IntegerType::get(LLVMContext, PointerWidthInBits);
    [all...]
ItaniumCXXABI.cpp     [all...]
CGBuiltin.cpp     [all...]
TargetInfo.cpp     [all...]
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 523 milliseconds

12