Lines Matching refs:Src2Value
169 bool ARMEmitCmp(const Value *Src1Value, const Value *Src2Value,
1358 bool ARMFastISel::ARMEmitCmp(const Value *Src1Value, const Value *Src2Value,
1376 if (const ConstantInt *ConstInt = dyn_cast<ConstantInt>(Src2Value)) {
1391 } else if (const ConstantFP *ConstFP = dyn_cast<ConstantFP>(Src2Value)) {
1436 SrcReg2 = getRegForValue(Src2Value);
2766 Value *Src2Value = I->getOperand(1);
2767 if (const ConstantInt *CI = dyn_cast<ConstantInt>(Src2Value)) {
2784 Reg2 = getRegForValue(Src2Value);