Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp3469 auto GetExtendLow = [&DAG, &DL, &ExtendLowOpc](EVT VT, SDValue Op) { in performMulCombine() local
3477 SDValue LowLHS = GetExtendLow(MVT::v8i16, ExtendInLHS); in performMulCombine()
3478 SDValue LowRHS = GetExtendLow(MVT::v8i16, ExtendInRHS); in performMulCombine()
3484 GetExtendLow(MVT::v4i32, MulLow), in performMulCombine()
3486 GetExtendLow(MVT::v4i32, MulHigh), in performMulCombine()
3495 SDValue Lo = GetExtendLow(MVT::v4i32, MulLow); in performMulCombine()