Home
last modified time | relevance | path

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

/external/llvm/unittests/Transforms/IPO/
DLowerBitSets.cpp23 bool IsAllOnes; in TEST() member
65 EXPECT_EQ(T.IsAllOnes, BSI.isAllOnes()); in TEST()
/external/llvm/lib/Target/X86/
DX86InstrInfo.cpp5306 bool IsAllOnes = (Opc == X86::V_SETALLONES || Opc == X86::AVX2_SETALLONES); in foldMemoryOperandImpl() local
5307 const Constant *C = IsAllOnes ? Constant::getAllOnesValue(Ty) : in foldMemoryOperandImpl()