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

/freebsd-10.0-release/contrib/llvm/lib/Linker/
H A DLinkModules.cpp1093 MDNode *SrcValue = cast<MDNode>(SrcOp->getOperand(2)); local
1094 unsigned NumOps = DstValue->getNumOperands() + SrcValue->getNumOperands();
1098 for (unsigned i = 0, e = SrcValue->getNumOperands(); i != e; ++i, ++VP)
1099 *VP = SrcValue->getOperand(i);
1109 MDNode *SrcValue = cast<MDNode>(SrcOp->getOperand(2)); local
1112 for (unsigned i = 0, e = SrcValue->getNumOperands(); i != e; ++i)
1113 Elts.insert(SrcValue->getOperand(i));
/freebsd-10.0-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp1122 Value *SrcValue = Constant::getNullValue(PointerType::get( local
1125 EltVT, dl, Root, Addr, MachinePointerInfo(SrcValue), false, false,
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp303 const Value *&SrcValue, int &SrcValueOffset,
10167 const Value *&SrcValue,
10175 SrcValue = LS->getSrcValue();
10192 const Value *SrcValue; local
10196 bool IsLoad = FindAliasInfo(N, Ptr, Size, SrcValue, SrcValueOffset,
10249 isAlias(Ptr, Size, SrcValue, SrcValueOffset, SrcValueAlign,
10165 FindAliasInfo(SDNode *N, SDValue &Ptr, int64_t &Size, const Value *&SrcValue, int &SrcValueOffset, unsigned &SrcValueAlign, const MDNode *&TBAAInfo) const argument
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp1200 const T &SrcValue, QualType DestType) {
1202 << SrcValue << DestType;
1199 HandleOverflow(EvalInfo &Info, const Expr *E, const T &SrcValue, QualType DestType) argument

Completed in 301 milliseconds