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

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

Completed in 131 milliseconds