Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DValueTracking.cpp3789 auto *UndefInt8 = UndefValue::get(Type::getInt8Ty(Ctx)); in isBytewiseValue() local
3791 return UndefInt8; in isBytewiseValue()
3795 return UndefInt8; in isBytewiseValue()
3854 if (LHS == UndefInt8) in isBytewiseValue()
3856 if (RHS == UndefInt8) in isBytewiseValue()
3862 Value *Val = UndefInt8; in isBytewiseValue()
3870 Value *Val = UndefInt8; in isBytewiseValue()