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

/freebsd-10.3-release/contrib/llvm/lib/Linker/
H A DLinkModules.cpp1146 MDNode *SrcValue = cast<MDNode>(SrcOp->getOperand(2)); local
1147 unsigned NumOps = DstValue->getNumOperands() + SrcValue->getNumOperands();
1151 for (unsigned i = 0, e = SrcValue->getNumOperands(); i != e; ++i, ++VP)
1152 *VP = SrcValue->getOperand(i);
1162 MDNode *SrcValue = cast<MDNode>(SrcOp->getOperand(2)); local
1165 for (unsigned i = 0, e = SrcValue->getNumOperands(); i != e; ++i)
1166 Elts.insert(SrcValue->getOperand(i));
/freebsd-10.3-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp1537 Value *SrcValue = Constant::getNullValue(PointerType::get( local
1542 EltVT, dl, Root, SrcAddr, MachinePointerInfo(SrcValue), false,
1557 Value *SrcValue = Constant::getNullValue(PointerType::get( local
1562 VecVT, dl, Root, SrcAddr, MachinePointerInfo(SrcValue), false,
1599 Value *SrcValue = Constant::getNullValue( local
1606 VecVT, dl, Root, SrcAddr, MachinePointerInfo(SrcValue), false,
/freebsd-10.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp316 const Value *&SrcValue, int &SrcValueOffset,
10906 const Value *&SrcValue,
10915 SrcValue = LS->getSrcValue();
10933 const Value *SrcValue; local
10937 bool IsLoad = FindAliasInfo(N, Ptr, Size, IsVolatile, SrcValue,
10991 isAlias(Ptr, Size, IsVolatile, SrcValue, SrcValueOffset,
10904 FindAliasInfo(SDNode *N, SDValue &Ptr, int64_t &Size, bool &IsVolatile, const Value *&SrcValue, int &SrcValueOffset, unsigned &SrcValueAlign, const MDNode *&TBAAInfo) const argument
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp1435 const T &SrcValue, QualType DestType) {
1437 << SrcValue << DestType;
1434 HandleOverflow(EvalInfo &Info, const Expr *E, const T &SrcValue, QualType DestType) argument

Completed in 267 milliseconds