Searched refs:ConstantValueKind (Results 1 – 1 of 1) sorted by relevance
11175 enum ConstantValueKind { in classifyConstantValue() enum11181 return BL->getValue() ? ConstantValueKind::LiteralTrue in classifyConstantValue()11182 : ConstantValueKind::LiteralFalse; in classifyConstantValue()11183 return ConstantValueKind::Miscellaneous; in classifyConstantValue()