Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp188 bool ARMEmitCmp(const Value *Src1Value, const Value *Src2Value,
1337 bool ARMFastISel::ARMEmitCmp(const Value *Src1Value, const Value *Src2Value, in ARMEmitCmp() argument
1357 if (const ConstantInt *ConstInt = dyn_cast<ConstantInt>(Src2Value)) { in ARMEmitCmp()
1372 } else if (const ConstantFP *ConstFP = dyn_cast<ConstantFP>(Src2Value)) { in ARMEmitCmp()
1417 SrcReg2 = getRegForValue(Src2Value); in ARMEmitCmp()
2784 Value *Src2Value = I->getOperand(1); in SelectShift() local
2785 if (const ConstantInt *CI = dyn_cast<ConstantInt>(Src2Value)) { in SelectShift()
2802 Reg2 = getRegForValue(Src2Value); in SelectShift()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp157 bool PPCEmitCmp(const Value *Src1Value, const Value *Src2Value,