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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp21 /// FoldPHIArgBinOpIntoPHI - If we have something like phi [add (a,b), add(a,c)]
24 Instruction *InstCombiner::FoldPHIArgBinOpIntoPHI(PHINode &PN) { function in class:InstCombiner
418 // otherwise call FoldPHIArgBinOpIntoPHI.
421 return FoldPHIArgBinOpIntoPHI(PN);

Completed in 56 milliseconds