Searched refs:expandIEChain (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Transforms/Vectorize/ |
D | BBVectorize.cpp | 361 bool expandIEChain(LLVMContext& Context, Instruction *I, Instruction *J, 2408 bool BBVectorize::expandIEChain(LLVMContext& Context, Instruction *I, in expandIEChain() function in __anon0753cdc00111::BBVectorize 2680 if (numElemL == 1 && expandIEChain(Context, I, J, o, HOp, numElemH, in getReplacementInput() 2690 } else if (!expandIEChain(Context, I, J, o, LOp, numElemL, ArgTypeL, in getReplacementInput() 2720 if (numElemH == 1 && expandIEChain(Context, I, J, o, LOp, numElemL, in getReplacementInput() 2730 } else if (!expandIEChain(Context, I, J, o, HOp, numElemH, ArgTypeH, in getReplacementInput()
|