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

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

Completed in 93 milliseconds