Searched refs:newVT (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 4671 EVT newVT = EVT::getIntegerVT(*DAG.getContext(), width); in SimplifySetCC() local 4672 if (!shouldReduceLoadWidth(Lod, ISD::NON_EXTLOAD, newVT)) in SimplifySetCC() 4685 *DAG.getContext(), Layout, newVT, Lod->getAddressSpace(), in SimplifySetCC() 4701 EVT newVT = EVT::getIntegerVT(*DAG.getContext(), bestWidth); in SimplifySetCC() local 4706 DAG.getLoad(newVT, dl, Lod->getChain(), Ptr, in SimplifySetCC() 4710 DAG.getNode(ISD::AND, dl, newVT, NewLoad, in SimplifySetCC() 4711 DAG.getConstant(bestMask.trunc(bestWidth), dl, newVT)); in SimplifySetCC() 4712 return DAG.getSetCC(dl, VT, And, DAG.getConstant(0LL, dl, newVT), Cond); in SimplifySetCC() 4754 EVT newVT = N0.getOperand(0).getValueType(); in SimplifySetCC() local 4756 (isOperationLegal(ISD::SETCC, newVT) && in SimplifySetCC() [all …]
|