Searched defs:LoadTy (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DConstantFolding.cpp392 Type *LoadTy = cast<PointerType>(C->getType())->getElementType(); local
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp1364 Type *LoadTy = cast<PointerType>(PN->getType())->getElementType(); local
H A DGVN.cpp842 static int AnalyzeLoadFromClobberingWrite(Type *LoadTy, Value *LoadPtr, argument
916 static int AnalyzeLoadFromClobberingStore(Type *LoadTy, Value *LoadPtr, argument
731 CanCoerceMustAliasedValueToLoad(Value *StoredVal, Type *LoadTy, const TargetData &TD) argument
933 AnalyzeLoadFromClobberingLoad(Type *LoadTy, Value *LoadPtr, LoadInst *DepLI, const TargetData &TD) argument
960 AnalyzeLoadFromClobberingMemInst(Type *LoadTy, Value *LoadPtr, MemIntrinsic *MI, const TargetData &TD) argument
1010 GetStoreValueForLoad(Value *SrcVal, unsigned Offset, Type *LoadTy, Instruction *InsertPt, const TargetData &TD) argument
1048 GetLoadValueForLoad(LoadInst *SrcVal, unsigned Offset, Type *LoadTy, Instruction *InsertPt, GVN &gvn) argument
1108 GetMemInstValueForLoad(MemIntrinsic *SrcInst, unsigned Offset, Type *LoadTy, Instruction *InsertPt, const TargetData &TD) argument
1229 MaterializeAdjustedValue(Type *LoadTy, GVN &gvn) const argument
1288 Type *LoadTy = LI->getType(); local
[all...]
H A DSROA.cpp1874 Type *LoadTy = cast<PointerType>(PN.getType())->getElementType(); local
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5544 Type *LoadTy; local
5479 getMemCmpLoad(const Value *PtrVal, MVT LoadVT, Type *LoadTy, SelectionDAGBuilder &Builder) argument
[all...]

Completed in 141 milliseconds