Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/IPO/
DLowerTypeTests.cpp24 bool IsAllOnes; in TEST() member
66 EXPECT_EQ(T.IsAllOnes, BSI.isAllOnes()); in TEST()
/external/llvm/unittests/Transforms/IPO/
DLowerTypeTests.cpp24 bool IsAllOnes; in TEST() member
66 EXPECT_EQ(T.IsAllOnes, BSI.isAllOnes()); in TEST()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86InstrInfo.cpp2798 bool IsAllOnes = (Opc == X86::V_SETALLONES || Opc == X86::AVX_SETALLONES); in foldMemoryOperandImpl() local
2799 const Constant *C = IsAllOnes ? Constant::getAllOnesValue(Ty) : in foldMemoryOperandImpl()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InstrInfo.cpp5327 bool IsAllOnes = (Opc == X86::V_SETALLONES || Opc == X86::AVX2_SETALLONES || in foldMemoryOperandImpl() local
5330 const Constant *C = IsAllOnes ? Constant::getAllOnesValue(Ty) : in foldMemoryOperandImpl()
/external/llvm/lib/Target/X86/
DX86InstrInfo.cpp6336 bool IsAllOnes = (Opc == X86::V_SETALLONES || Opc == X86::AVX2_SETALLONES || in foldMemoryOperandImpl() local
6338 const Constant *C = IsAllOnes ? Constant::getAllOnesValue(Ty) : in foldMemoryOperandImpl()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp3202 SDValue IsAllOnes = DAG.getSetCC(DL, CCVT, N1, AllOnes, ISD::SETEQ); in visitSDIVLike() local
3203 SDValue IsOneOrAllOnes = DAG.getNode(ISD::OR, DL, CCVT, IsOne, IsAllOnes); in visitSDIVLike()