Searched defs:SimplifyInstruction (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
H A DInstructionSimplify.cpp3629 /// SimplifyInstruction - See if we can compute a simplified version of this
3631 Value *llvm::SimplifyInstruction(Instruction *I, const DataLayout &DL, function in class:llvm
3809 SimpleV = SimplifyInstruction(I, DL, TLI, DT, AC);

Completed in 286 milliseconds