Searched refs:SrcValue2 (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
749 if (const ConstantInt *ConstInt = dyn_cast<ConstantInt>(SrcValue2)) {
794 SrcReg2 = getRegForValue(SrcValue2);
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp304 const Value *SrcValue2, int SrcValueOffset2,
10813 const Value *SrcValue2, int SrcValueOffset2,
10850 // If we know required SrcValue1 and SrcValue2 have relatively large alignment
10868 if (UseAA && SrcValue1 && SrcValue2) {
10875 AliasAnalysis::Location(SrcValue2, Overlap2, TBAAInfo2));
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 127 milliseconds