Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp7627 SDValue AllZero = DAG.getConstant(0, DL, OpVT); in visitIntrinsicCall() local
7630 Op = DAG.getSetCC(DL, OpVT, Op, AllZero, ISD::SETNE); in visitIntrinsicCall()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp5489 bool AllZero = true; in computeZeroableShuffleElements() local
5493 AllZero &= X86::isZeroNode(Op); in computeZeroableShuffleElements()
5497 if (AllZero) in computeZeroableShuffleElements()