Searched defs:TargetTy (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/IR/
H A DVerifier.cpp1722 Type *TargetTy = GEP.getPointerOperandType()->getScalarType(); local
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
H A DSROA.cpp1212 getNaturalGEPWithType(IRBuilderTy &IRB, const DataLayout &DL, Value *BasePtr, Type *Ty, Type *TargetTy, SmallVectorImpl<Value *> &Indices) argument
1250 getNaturalGEPRecursively(IRBuilderTy &IRB, const DataLayout &DL, Value *Ptr, Type *Ty, APInt &Offset, Type *TargetTy, SmallVectorImpl<Value *> &Indices) argument
1320 getNaturalGEPWithOffset(IRBuilderTy &IRB, const DataLayout &DL, Value *Ptr, APInt Offset, Type *TargetTy, SmallVectorImpl<Value *> &Indices) argument
1377 Type *TargetTy = PointerTy->getPointerElementType(); local
2104 Type *TargetTy = IsSplit ? Type::getIntNTy(LI.getContext(), Size * 8) local
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExpr.cpp2080 llvm::Type *TargetTy = IntPtrTy; local

Completed in 103 milliseconds