Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DInstructionSimplify.cpp2500 Value *SimplifiedVal; in ReplaceAndSimplifyAllUses() local
2506 SimplifiedVal = SimplifyInstruction(User, TD, DT); in ReplaceAndSimplifyAllUses()
2507 if (SimplifiedVal == 0) continue; in ReplaceAndSimplifyAllUses()
2511 ReplaceAndSimplifyAllUses(User, SimplifiedVal, TD, DT); in ReplaceAndSimplifyAllUses()