Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1206 ConstantSDNode *SplatConst = dyn_cast<ConstantSDNode>(SplatVal); in LowerShift() local
1207 if (!SplatConst || Op.getSimpleValueType() != MVT::v2i64) in LowerShift()
1225 APInt Shift = SplatConst->getAPIntValue().zextOrTrunc(32); in LowerShift()