Searched refs:BitcastOp (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp4452 SDValue BitcastOp = Op->getOperand(0); local
4453 if (BitcastOp->getOpcode() == ARMISD::VMOVIMM &&
4454 isNullConstant(BitcastOp->getOperand(0)))

Completed in 205 milliseconds