Searched refs:Vec32 (Results 1 – 2 of 2) sorted by relevance
330 SDValue expandPredicate(SDValue Vec32, const SDLoc &dl,
2465 HexagonTargetLowering::expandPredicate(SDValue Vec32, const SDLoc &dl, in expandPredicate() argument2467 assert(ty(Vec32).getSizeInBits() == 32); in expandPredicate()2468 if (isUndef(Vec32)) in expandPredicate()2470 return getInstr(Hexagon::S2_vsxtbh, dl, MVT::i64, {Vec32}, DAG); in expandPredicate()