Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp8225 bool IsAllOnes = false; in foldMemoryOperandImpl() local
8244 IsAllOnes = true; in foldMemoryOperandImpl()
8252 IsAllOnes = true; in foldMemoryOperandImpl()
8265 IsAllOnes = true; in foldMemoryOperandImpl()
8275 IsAllOnes ? Constant::getAllOnesValue(Ty) : Constant::getNullValue(Ty); in foldMemoryOperandImpl()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5160 SDValue IsAllOnes = DAG.getSetCC(DL, CCVT, N1, AllOnes, ISD::SETEQ); in visitSDIVLike() local
5161 SDValue IsOneOrAllOnes = DAG.getNode(ISD::OR, DL, CCVT, IsOne, IsAllOnes); in visitSDIVLike()