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

/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DConstantFolding.cpp381 Type *LoadTy = cast<PointerType>(C->getType())->getElementType(); local
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp1364 Type *LoadTy = cast<PointerType>(PN->getType())->getElementType(); local
H A DGVN.cpp922 static int AnalyzeLoadFromClobberingWrite(Type *LoadTy, Value *LoadPtr, argument
996 static int AnalyzeLoadFromClobberingStore(Type *LoadTy, Valu argument
811 CanCoerceMustAliasedValueToLoad(Value *StoredVal, Type *LoadTy, const DataLayout &TD) argument
1013 AnalyzeLoadFromClobberingLoad(Type *LoadTy, Value *LoadPtr, LoadInst *DepLI, const DataLayout &TD) argument
1040 AnalyzeLoadFromClobberingMemInst(Type *LoadTy, Value *LoadPtr, MemIntrinsic *MI, const DataLayout &TD) argument
1090 GetStoreValueForLoad(Value *SrcVal, unsigned Offset, Type *LoadTy, Instruction *InsertPt, const DataLayout &TD) argument
1129 GetLoadValueForLoad(LoadInst *SrcVal, unsigned Offset, Type *LoadTy, Instruction *InsertPt, GVN &gvn) argument
1189 GetMemInstValueForLoad(MemIntrinsic *SrcInst, unsigned Offset, Type *LoadTy, Instruction *InsertPt, const DataLayout &TD) argument
1261 Type *LoadTy = LI->getType(); local
1298 MaterializeAdjustedValue(Type *LoadTy, GVN &gvn) const argument
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1945 evalLoad(ExplodedNodeSet &Dst, const Expr *NodeEx, const Expr *BoundEx, ExplodedNode *Pred, ProgramStateRef state, SVal location, const ProgramPointTag *tag, QualType LoadTy) argument
1984 evalLoadCommon(ExplodedNodeSet &Dst, const Expr *NodeEx, const Expr *BoundEx, ExplodedNode *Pred, ProgramStateRef state, SVal location, const ProgramPointTag *tag, QualType LoadTy) argument
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5444 Type *LoadTy; local
5379 getMemCmpLoad(const Value *PtrVal, MVT LoadVT, Type *LoadTy, SelectionDAGBuilder &Builder) argument
[all...]

Completed in 143 milliseconds