Home
last modified time | relevance | path

Searched refs:TruncType (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp20210 EVT TruncType = LS.Inst->getValueType(0); in Cost() local
20212 if (TruncType != LoadedType && in Cost()
20213 !LS.DAG->getTargetLoweringInfo().isZExtFree(LoadedType, TruncType)) in Cost()