Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp4464 const ConstantFP *LHSImm = getConstantFPVRegVal(LHS, MRI); in emitFPCompare() local
4465 if (LHSImm && (LHSImm->isZero() && !LHSImm->isNegative())) { in emitFPCompare()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp20370 uint64_t LHSImm = 0, RHSImm = 0; in performAddCombineForShiftedOperands() local
20379 if (isOpcWithIntImmediate(LHS.getNode(), ISD::SHL, LHSImm) && in performAddCombineForShiftedOperands()
20380 isOpcWithIntImmediate(RHS.getNode(), ISD::SHL, RHSImm) && LHSImm <= 4 && in performAddCombineForShiftedOperands()