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