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

/freebsd-9.3-release/contrib/llvm/include/llvm/Analysis/
H A DSparsePropagation.h81 /// GetConstant - If the specified lattice value is representable as an LLVM
84 virtual Constant *GetConstant(LatticeVal LV, Value *Val, SparseSolver &SS) { function in class:llvm::AbstractLatticeFunction
/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DSparsePropagation.cpp149 Constant *C = LatticeFunc->GetConstant(BCValue, BI->getCondition(), *this);
191 Constant *C = LatticeFunc->GetConstant(SCValue, SI.getCondition(), *this);

Completed in 101 milliseconds