Searched refs:Constant1 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp3694 SDValue Constant1 = DAG.getConstant(1, dl, VTy); local
3698 SDValue SHLHi = DAG.getNode(ISD::SHL, dl, VTy, XORHi, Constant1);
3699 SDValue ORHi = DAG.getNode(ISD::OR, dl, VTy, SHLHi, Constant1);

Completed in 110 milliseconds