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

/external/llvm/lib/Target/ARM/
H A DARMFastISel.cpp163 bool ARMEmitCmp(const Value *Src1Value, const Value *Src2Value,
1349 bool ARMFastISel::ARMEmitCmp(const Value *Src1Value, const Value *Src2Value, argument
1367 if (const ConstantInt *ConstInt = dyn_cast<ConstantInt>(Src2Value)) {
1382 } else if (const ConstantFP *ConstFP = dyn_cast<ConstantFP>(Src2Value)) {
1427 SrcReg2 = getRegForValue(Src2Value);
2760 Value *Src2Value = I->getOperand(1); local
2761 if (const ConstantInt *CI = dyn_cast<ConstantInt>(Src2Value)) {
2778 Reg2 = getRegForValue(Src2Value);

Completed in 3976 milliseconds