Searched defs:isTrueDest (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/llvm/lib/Analysis/ |
D | LazyValueInfo.cpp | 1123 bool isTrueDest) { in getValueFromICmpCondition() 1194 getValueFromConditionImpl(Value *Val, Value *Cond, bool isTrueDest, in getValueFromConditionImpl() 1227 getValueFromCondition(Value *Val, Value *Cond, bool isTrueDest, in getValueFromCondition() 1239 bool isTrueDest) { in getValueFromCondition() 1306 bool isTrueDest = BI->getSuccessor(0) == BBTo; in getEdgeValueLocal() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | LazyValueInfo.cpp | 1195 bool isTrueDest) { in getValueFromICmpCondition() 1284 getValueFromConditionImpl(Value *Val, Value *Cond, bool isTrueDest, in getValueFromConditionImpl() 1317 getValueFromCondition(Value *Val, Value *Cond, bool isTrueDest, in getValueFromCondition() 1329 bool isTrueDest) { in getValueFromCondition() 1392 bool isTrueDest = BI->getSuccessor(0) == BBTo; in getEdgeValueLocal() local
|
/external/llvm/lib/Analysis/ |
D | LazyValueInfo.cpp | 1169 LVILatticeVal &Result, bool isTrueDest) { in getValueFromFromCondition() 1222 bool isTrueDest = BI->getSuccessor(0) == BBTo; in getEdgeValueLocal() local
|