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

/external/llvm/lib/Target/ARM/
H A DARMFastISel.cpp181 bool ARMEmitCmp(const Value *Src1Value, const Value *Src2Value,
1405 bool ARMFastISel::ARMEmitCmp(const Value *Src1Value, const Value *Src2Value, argument
1423 if (const ConstantInt *ConstInt = dyn_cast<ConstantInt>(Src2Value)) {
1438 } else if (const ConstantFP *ConstFP = dyn_cast<ConstantFP>(Src2Value)) {
1483 SrcReg2 = getRegForValue(Src2Value);
2783 Value *Src2Value = I->getOperand(1); local
2784 if (const ConstantInt *CI = dyn_cast<ConstantInt>(Src2Value)) {
2801 Reg2 = getRegForValue(Src2Value);

Completed in 91 milliseconds