Home
last modified time | relevance | path

Searched refs:SrcValue (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Linker/
DLinkModules.cpp1092 MDNode *SrcValue = cast<MDNode>(SrcOp->getOperand(2)); in linkModuleFlagsMetadata() local
1093 unsigned NumOps = DstValue->getNumOperands() + SrcValue->getNumOperands(); in linkModuleFlagsMetadata()
1097 for (unsigned i = 0, e = SrcValue->getNumOperands(); i != e; ++i, ++VP) in linkModuleFlagsMetadata()
1098 *VP = SrcValue->getOperand(i); in linkModuleFlagsMetadata()
1108 MDNode *SrcValue = cast<MDNode>(SrcOp->getOperand(2)); in linkModuleFlagsMetadata() local
1111 for (unsigned i = 0, e = SrcValue->getNumOperands(); i != e; ++i) in linkModuleFlagsMetadata()
1112 Elts.insert(SrcValue->getOperand(i)); in linkModuleFlagsMetadata()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp303 const Value *&SrcValue, int &SrcValueOffset,
9967 const Value *&SrcValue, in FindAliasInfo() argument
9975 SrcValue = LS->getSrcValue(); in FindAliasInfo()
9992 const Value *SrcValue; in GatherAllAliases() local
9996 bool IsLoad = FindAliasInfo(N, Ptr, Size, SrcValue, SrcValueOffset, in GatherAllAliases()
10049 isAlias(Ptr, Size, SrcValue, SrcValueOffset, SrcValueAlign, in GatherAllAliases()
/external/clang/lib/AST/
DExprConstant.cpp1172 const T &SrcValue, QualType DestType) { in HandleOverflow() argument
1174 << SrcValue << DestType; in HandleOverflow()