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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp694 Instruction *InstCombiner::SliceUpIllegalIntegerPHI(PHINode &FirstPhi) { function in class:InstCombiner
998 if (Instruction *Res = SliceUpIllegalIntegerPHI(PN))
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp612 /// SliceUpIllegalIntegerPHI - This is an integer PHI and we know that it has an
620 Instruction *InstCombiner::SliceUpIllegalIntegerPHI(PHINode &FirstPhi) { function in class:InstCombiner
900 if (Instruction *Res = SliceUpIllegalIntegerPHI(PN))

Completed in 112 milliseconds