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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp807 SDValue Width1 = DAG.getConstant(VT.getSizeInBits() - 1, DL, VT); local
809 SDValue CompShift = DAG.getNode(ISD::SUB, DL, VT, Width1, Shift);
811 // The dance around Width1 is necessary for 0 special case.
845 SDValue Width1 = DAG.getConstant(VT.getSizeInBits() - 1, DL, VT); local
847 SDValue CompShift = DAG.getNode(ISD::SUB, DL, VT, Width1, Shift);
849 // The dance around Width1 is necessary for 0 special case.
862 SDValue HiBig = SRA ? DAG.getNode(ISD::SRA, DL, VT, Hi, Width1) : Zero;
H A DSIInstrInfo.cpp2801 unsigned Width1 = MIb.memoperands().front()->getSize();
2802 return offsetsDoNotOverlap(Width0, Offset0, Width1, Offset1);

Completed in 115 milliseconds