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

/external/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp813 bool PPCFastISel::PPCEmitCmp(const Value *SrcValue1, const Value *SrcValue2, argument
815 Type *Ty = SrcValue1->getType();
872 unsigned SrcReg1 = getRegForValue(SrcValue1);
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp260 const Value *SrcValue1, int SrcValueOffset1,
7786 const Value *SrcValue1, int SrcValueOffset1,
7824 // If we know required SrcValue1 and SrcValue2 have relatively large alignment
7846 AA.alias(AliasAnalysis::Location(SrcValue1, Overlap1, TBAAInfo1),
7785 isAlias(SDValue Ptr1, int64_t Size1, const Value *SrcValue1, int SrcValueOffset1, unsigned SrcValueAlign1, const MDNode *TBAAInfo1, SDValue Ptr2, int64_t Size2, const Value *SrcValue2, int SrcValueOffset2, unsigned SrcValueAlign2, const MDNode *TBAAInfo2) const argument

Completed in 3714 milliseconds