Searched defs:MaxVT (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ | ||
H A D | LegalizeVectorTypes.cpp | 4627 CollectOpsToWiden(SelectionDAG & DAG,const TargetLowering & TLI,SmallVectorImpl<SDValue> & ConcatOps,unsigned ConcatEnd,EVT VT,EVT MaxVT,EVT WidenVT) CollectOpsToWiden() argument |
H A D | DAGCombiner.cpp | 10985 EVT MaxVT = VT0.bitsGT(VT1) ? VT0 : VT1; foldABSToABD() local |
/llvm-project/llvm/lib/Target/X86/ | ||
H A D | X86ISelDAGToDAG.cpp | 1061 MVT MaxVT = VT; PreprocessISelDAG() local |