Searched refs:SlotOffs (Results 1 – 2 of 2) sorted by relevance
284 unsigned SlotOffs = 0; in insert() local285 for (; Offset > SlotOffs; ++i) in insert()286 SlotOffs += getPiece(i).size(); in insert()287 assert(SlotOffs == Offset && "Split didn't occur before insertion!"); in insert()
2019 unsigned SlotOffs = VA.getLocVT() == MVT::f16 ? 6 : 4; in LowerFormalArguments() local2021 DAG.getIntPtrConstant(SlotOffs, DL)); in LowerFormalArguments()