Searched refs:constantFoldUser (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/llvm/lib/Analysis/ |
D | LazyValueInfo.cpp | 1262 static ValueLatticeElement constantFoldUser(User *Usr, Value *Op, in constantFoldUser() function 1340 Result = constantFoldUser(Usr, Condition, ConditionVal, DL); in getEdgeValueLocal() 1354 Result = constantFoldUser(Usr, Op, OpConst.getValue(), DL); in getEdgeValueLocal() 1395 constantFoldUser(Usr, Condition, CaseValue, DL); in getEdgeValueLocal()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | LazyValueInfo.cpp | 1352 static ValueLatticeElement constantFoldUser(User *Usr, Value *Op, in constantFoldUser() function 1427 Result = constantFoldUser(Usr, Condition, ConditionVal, DL); in getEdgeValueLocal() 1441 Result = constantFoldUser(Usr, Op, OpConst.getValue(), DL); in getEdgeValueLocal() 1482 constantFoldUser(Usr, Condition, CaseValue, DL); in getEdgeValueLocal()
|