Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DValueTracking.cpp3910 auto *UndefInt8 = UndefValue::get(Type::getInt8Ty(Ctx)); in isBytewiseValue() local
3912 return UndefInt8; in isBytewiseValue()
3916 return UndefInt8; in isBytewiseValue()
3975 if (LHS == UndefInt8) in isBytewiseValue()
3977 if (RHS == UndefInt8) in isBytewiseValue()
3983 Value *Val = UndefInt8; in isBytewiseValue()
3991 Value *Val = UndefInt8; in isBytewiseValue()