Searched refs:TargetTy (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DSROA.cpp1405 /// TargetTy without changing the offset of the pointer.
1410 /// TargetTy. If we can't find one with the same type, we at least try to use
1414 Value *BasePtr, Type *Ty, Type *TargetTy,
1417 if (Ty == TargetTy)
1437 } while (ElementTy != TargetTy);
1438 if (ElementTy != TargetTy)
1450 Type *TargetTy,
1454 return getNaturalGEPWithType(IRB, TD, Ptr, Ty, TargetTy, Indices, Prefix);
1474 Offset, TargetTy, Indices, Prefix);
1486 return getNaturalGEPRecursively(IRB, TD, Ptr, ElementTy, Offset, TargetTy,
1413 getNaturalGEPWithType(IRBuilder< &IRB, const TargetData &TD, Value *BasePtr, Type *Ty, Type *TargetTy, SmallVectorImpl<Value *> &Indices, const Twine &Prefix) argument
1448 getNaturalGEPRecursively(IRBuilder< &IRB, const TargetData &TD, Value *Ptr, Type *Ty, APInt &Offset, Type *TargetTy, SmallVectorImpl<Value *> &Indices, const Twine &Prefix) argument
1519 getNaturalGEPWithOffset(IRBuilder< &IRB, const TargetData &TD, Value *Ptr, APInt Offset, Type *TargetTy, SmallVectorImpl<Value *> &Indices, const Twine &Prefix) argument
1578 Type *TargetTy = PointerTy->getPointerElementType(); local
2167 extractInteger(IRBuilder< &IRB, IntegerType *TargetTy, uint64_t Offset) argument
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DVerifier.cpp1329 Type *TargetTy = GEP.getPointerOperandType()->getScalarType(); local
1331 Assert1(isa<PointerType>(TargetTy),
1333 Assert1(cast<PointerType>(TargetTy)->getElementType()->isSized(),

Completed in 129 milliseconds