Home
last modified time | relevance | path

Searched refs:IBase (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp654 auto *IBase = cast<Instruction>(VL[BaseIndex]); in getSameOpcode() local
657 if (auto *CallBase = dyn_cast<CallInst>(IBase)) { in getSameOpcode()
676 Value *Op0 = IBase->getOperand(0); in getSameOpcode()
729 Gep->getOperand(0)->getType() != IBase->getOperand(0)->getType()) in getSameOpcode()
735 auto *BaseLI = cast<LoadInst>(IBase); in getSameOpcode()
739 auto *CallBase = cast<CallInst>(IBase); in getSameOpcode()