Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp4543 SDValue ZextOperand; in selectUmullSmull() local
4545 ZextOperand = N0->getOperand(0); in selectUmullSmull()
4547 ZextOperand = N1->getOperand(0); in selectUmullSmull()
4548 if (DAG.SignBitIsZero(ZextOperand)) { in selectUmullSmull()
4550 DAG.getSExtOrTrunc(ZextOperand, DL, N0->getValueType(0)).getNode(); in selectUmullSmull()