Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCISelDAGToDAG.cpp2569 bool Input32Bit = WideRes.getValueType() == MVT::i32; in tryEXTEND() local
2576 if (Input32Bit != Output32Bit) in tryEXTEND()
2577 ConvOp = addExtOrTrunc(WideRes, Input32Bit ? ExtOrTruncConversion::Ext : in tryEXTEND()