Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp795 auto *IBase = cast<Instruction>(VL[BaseIndex]); in getSameOpcode() local
798 if (auto *CallBase = dyn_cast<CallInst>(IBase)) { in getSameOpcode()
817 Value *Op0 = IBase->getOperand(0); in getSameOpcode()
870 Gep->getOperand(0)->getType() != IBase->getOperand(0)->getType()) in getSameOpcode()
876 auto *BaseLI = cast<LoadInst>(IBase); in getSameOpcode()
880 auto *CallBase = cast<CallInst>(IBase); in getSameOpcode()