Searched refs:constantFoldUser (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | LazyValueInfo.cpp | 1201 static ValueLatticeElement constantFoldUser(User *Usr, Value *Op, in constantFoldUser() function 1276 Result = constantFoldUser(Usr, Condition, ConditionVal, DL); in getEdgeValueLocal() 1290 Result = constantFoldUser(Usr, Op, OpConst.getValue(), DL); in getEdgeValueLocal() 1331 constantFoldUser(Usr, Condition, CaseValue, DL); in getEdgeValueLocal()
|