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

/freebsd-10.2-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp732 bool PPCFastISel::PPCEmitCmp(const Value *SrcValue1, const Value *SrcValue2, argument
734 Type *Ty = SrcValue1->getType();
788 unsigned SrcReg1 = getRegForValue(SrcValue1);
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp300 const Value *SrcValue1, int SrcValueOffset1,
10809 const Value *SrcValue1, int SrcValueOffset1,
10850 // If we know required SrcValue1 and SrcValue2 have relatively large alignment
10868 if (UseAA && SrcValue1 && SrcValue2) {
10874 AA.alias(AliasAnalysis::Location(SrcValue1, Overlap1, TBAAInfo1),
10888 const Value *SrcValue0, *SrcValue1; local
10894 FindAliasInfo(Op1, Ptr1, Size1, IsVolatile1, SrcValue1, SrcValueOffset1,
10898 Ptr1, Size1, IsVolatile1, SrcValue1, SrcValueOffset1,
10808 isAlias(SDValue Ptr1, int64_t Size1, bool IsVolatile1, const Value *SrcValue1, int SrcValueOffset1, unsigned SrcValueAlign1, const MDNode *TBAAInfo1, SDValue Ptr2, int64_t Size2, bool IsVolatile2, const Value *SrcValue2, int SrcValueOffset2, unsigned SrcValueAlign2, const MDNode *TBAAInfo2) const argument

Completed in 116 milliseconds