Searched defs:Src1Value (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
1351 Type *Ty = Src1Value->getType();
1366 // Thus, Src1Value may be a ConstantInt, but we're missing it.
1422 unsigned SrcReg1 = getRegForValue(Src1Value);
2772 Value *Src1Value = I->getOperand(0); local
2773 unsigned Reg1 = getRegForValue(Src1Value);

Completed in 71 milliseconds