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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp291 const Value *&SrcValue, int &SrcValueOffset,
8633 const Value *&SrcValue,
8641 SrcValue = LS->getSrcValue();
8658 const Value *SrcValue; local
8662 bool IsLoad = FindAliasInfo(N, Ptr, Size, SrcValue, SrcValueOffset,
8715 isAlias(Ptr, Size, SrcValue, SrcValueOffset, SrcValueAlign,
8631 FindAliasInfo(SDNode *N, SDValue &Ptr, int64_t &Size, const Value *&SrcValue, int &SrcValueOffset, unsigned &SrcValueAlign, const MDNode *&TBAAInfo) const argument
/external/clang/lib/AST/
H A DExprConstant.cpp1164 const T &SrcValue, QualType DestType) {
1166 << SrcValue << DestType;
1163 HandleOverflow(EvalInfo &Info, const Expr *E, const T &SrcValue, QualType DestType) argument

Completed in 83 milliseconds