Searched refs:newVT (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 4884 EVT newVT = EVT::getIntegerVT(*DAG.getContext(), width); in SimplifySetCC() local 4896 if (shouldReduceLoadWidth(Lod, ISD::NON_EXTLOAD, newVT, in SimplifySetCC() 4899 *DAG.getContext(), Layout, newVT, Lod->getAddressSpace(), in SimplifySetCC() 4915 EVT newVT = EVT::getIntegerVT(*DAG.getContext(), bestWidth); in SimplifySetCC() local 4920 DAG.getLoad(newVT, dl, Lod->getChain(), Ptr, in SimplifySetCC() 4924 DAG.getNode(ISD::AND, dl, newVT, NewLoad, in SimplifySetCC() 4925 DAG.getConstant(bestMask.trunc(bestWidth), dl, newVT)); in SimplifySetCC() 4926 return DAG.getSetCC(dl, VT, And, DAG.getConstant(0LL, dl, newVT), Cond); in SimplifySetCC() 4968 EVT newVT = N0.getOperand(0).getValueType(); in SimplifySetCC() local 4971 (isOperationLegal(ISD::SETCC, newVT) && in SimplifySetCC() [all …]
|