Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp3831 auto *UndefInt8 = UndefValue::get(Type::getInt8Ty(Ctx)); in isBytewiseValue() local
3833 return UndefInt8; in isBytewiseValue()
3837 return UndefInt8; in isBytewiseValue()
3896 if (LHS == UndefInt8) in isBytewiseValue()
3898 if (RHS == UndefInt8) in isBytewiseValue()
3904 Value *Val = UndefInt8; in isBytewiseValue()
3912 Value *Val = UndefInt8; in isBytewiseValue()