Searched refs:BaseIndex (Results 1 – 6 of 6) sorted by relevance
391 SlotIndex BaseIndex = LIS->getInstructionIndex(MI); in readsUndefSubreg() local394 assert(LI.liveAt(BaseIndex) && in readsUndefSubreg()401 if ((SR.LaneMask & UseMask).any() && SR.liveAt(BaseIndex)) in readsUndefSubreg()
6197 Value *BaseIndex = ConstantInt::get(PtrIdxTy, BaseOffset); in splitLargeGEPOffsets() local6202 NewBaseBuilder.CreatePtrAdd(NewBaseGEP, BaseIndex, "splitgep"); in splitLargeGEPOffsets()
632 unsigned BaseIndex) { in getSameOpcode() argument635 return InstructionsState(VL[BaseIndex], nullptr, nullptr); in getSameOpcode()637 bool IsCastOp = isa<CastInst>(VL[BaseIndex]); in getSameOpcode()638 bool IsBinOp = isa<BinaryOperator>(VL[BaseIndex]); in getSameOpcode()639 bool IsCmpOp = isa<CmpInst>(VL[BaseIndex]); in getSameOpcode()641 IsCmpOp ? cast<CmpInst>(VL[BaseIndex])->getPredicate() in getSameOpcode()645 unsigned AltIndex = BaseIndex; in getSameOpcode()649 auto *IBase = cast<Instruction>(VL[BaseIndex]); in getSameOpcode()688 auto *BaseInst = cast<CmpInst>(VL[BaseIndex]); in getSameOpcode()706 if (AltIndex != BaseIndex) { in getSameOpcode()[all …]
1932 unsigned BaseIndex = 0; in mangleTemplateArgValue() local1934 mangleTemplateArgValue(B.getType(), V.getStructBase(BaseIndex++), TAK); in mangleTemplateArgValue()
2474 unsigned BaseIndex = 0; in CheckEvaluationResult() local2476 const APValue &BaseValue = Value.getStructBase(BaseIndex); in CheckEvaluationResult()2487 ++BaseIndex; in CheckEvaluationResult()
5520 const uint64_t BaseIndex = cast<ConstantInt>(Base)->getZExtValue(); in visitIntrinsicCall() local5528 Check(BaseIndex < Opt->Inputs.size(), in visitIntrinsicCall()