reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
174 auto VRegsIt = VMap.findVRegs(Val); 178 if (Val.getType()->isVoidTy()) 179 return *VMap.getVRegs(Val); 182 auto *VRegs = VMap.getVRegs(Val); 183 auto *Offsets = VMap.getOffsets(Val); 185 assert(Val.getType()->isSized() && 189 computeValueLLTs(*DL, *Val.getType(), SplitTys, 192 if (!isa<Constant>(Val)) { 198 if (Val.getType()->isAggregateType()) { 200 auto &C = cast<Constant>(Val); 209 bool Success = translate(cast<Constant>(Val), VRegs->front()); 214 R << "unable to translate constant: " << ore::NV("Type", Val.getType());