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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/
H A DARMFastISel.cpp179 bool ARMEmitCmp(const Value *Src1Value, const Value *Src2Value,
1399 bool ARMFastISel::ARMEmitCmp(const Value *Src1Value, const Value *Src2Value, argument
1416 if (const ConstantInt *ConstInt = dyn_cast<ConstantInt>(Src2Value)) {
1431 } else if (const ConstantFP *ConstFP = dyn_cast<ConstantFP>(Src2Value)) {
1476 SrcReg2 = getRegForValue(Src2Value);
2650 Value *Src2Value = I->getOperand(1); local
2651 if (const ConstantInt *CI = dyn_cast<ConstantInt>(Src2Value)) {
2668 Reg2 = getRegForValue(Src2Value);

Completed in 80 milliseconds