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

/external/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp363 Type *ArgTypeL, Type *ArgTypeR, bool IBeforeJ,
367 Instruction *J, unsigned o, bool IBeforeJ);
371 bool IBeforeJ);
2412 bool IBeforeJ, unsigned IdxOff) {
2435 getReplacementName(IBeforeJ ? I : J,
2437 LIENext->insertBefore(IBeforeJ ? J : I);
2458 Instruction *J, unsigned o, bool IBeforeJ) {
2613 getReplacementName(IBeforeJ ? I : J,
2615 S->insertBefore(IBeforeJ ? J : I);
2636 getReplacementName(IBeforeJ
2408 expandIEChain(LLVMContext& Context, Instruction *I, Instruction *J, unsigned o, Value *&LOp, unsigned numElemL, Type *ArgTypeL, Type *ArgTypeH, bool IBeforeJ, unsigned IdxOff) argument
2457 getReplacementInput(LLVMContext& Context, Instruction *I, Instruction *J, unsigned o, bool IBeforeJ) argument
2789 getReplacementInputsForPair(LLVMContext& Context, Instruction *I, Instruction *J, SmallVectorImpl<Value *> &ReplacedOperands, bool IBeforeJ) argument
[all...]

Completed in 77 milliseconds