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.cpp8130 bool IsAllOnes = false; in foldMemoryOperandImpl() local
8149 IsAllOnes = true; in foldMemoryOperandImpl()
8157 IsAllOnes = true; in foldMemoryOperandImpl()
8170 IsAllOnes = true; in foldMemoryOperandImpl()
8180 IsAllOnes ? Constant::getAllOnesValue(Ty) : Constant::getNullValue(Ty); in foldMemoryOperandImpl()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp4826 SDValue IsAllOnes = DAG.getSetCC(DL, CCVT, N1, AllOnes, ISD::SETEQ); in visitSDIVLike() local
4827 SDValue IsOneOrAllOnes = DAG.getNode(ISD::OR, DL, CCVT, IsOne, IsAllOnes); in visitSDIVLike()