Searched refs:constantFoldUser (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | LazyValueInfo.cpp | 1264 static ValueLatticeElement constantFoldUser(User *Usr, Value *Op, in constantFoldUser() function 1342 Result = constantFoldUser(Usr, Condition, ConditionVal, DL); in getEdgeValueLocal() 1356 Result = constantFoldUser(Usr, Op, *OpConst, DL); in getEdgeValueLocal() 1397 constantFoldUser(Usr, Condition, CaseValue, DL); in getEdgeValueLocal()
|