Searched refs:CIdx (Results 1 – 8 of 8) sorted by relevance
210 int CIdx = (PS1 == BB) ? 0 : 1; in FlattenParallelAndOr() local213 Idx = CIdx; in FlattenParallelAndOr()214 else if (CIdx != Idx) in FlattenParallelAndOr()
1176 CXIndex CIdx,1190 CXIndex CIdx,1202 CXIndex CIdx,1368 clang_parseTranslationUnit(CXIndex CIdx,1421 clang_parseTranslationUnit2(CXIndex CIdx,1436 CXIndex CIdx, const char *source_filename,6527 CINDEX_LINKAGE CXIndexAction clang_IndexAction_create(CXIndex CIdx);
796 if (ConstantInt *CIdx = dyn_cast<ConstantInt>(Idx)) { in ConstantFoldExtractElementInstruction() local798 if (CIdx->uge(Val->getType()->getVectorNumElements())) in ConstantFoldExtractElementInstruction()800 return Val->getAggregateElement(CIdx->getZExtValue()); in ConstantFoldExtractElementInstruction()811 ConstantInt *CIdx = dyn_cast<ConstantInt>(Idx); in ConstantFoldInsertElementInstruction() local812 if (!CIdx) return nullptr; in ConstantFoldInsertElementInstruction()815 if (CIdx->uge(NumElts)) in ConstantFoldInsertElementInstruction()821 uint64_t IdxVal = CIdx->getZExtValue(); in ConstantFoldInsertElementInstruction()
1177 SlotIndex CIdx = LIS.getInstructionIndex(*CurrentSpill); in rmRedundantSpills() local1178 MachineInstr *SpillToRm = (CIdx > PIdx) ? CurrentSpill : PrevSpill; in rmRedundantSpills()1179 MachineInstr *SpillToKeep = (CIdx > PIdx) ? PrevSpill : CurrentSpill; in rmRedundantSpills()
517 if (const ConstantInt *CIdx = dyn_cast<ConstantInt>(Index)) { in DecomposeGEPExpression() local518 if (CIdx->isZero()) in DecomposeGEPExpression()522 CIdx->getValue().sextOrSelf(MaxPointerSize)) in DecomposeGEPExpression()
4259 if (auto *CIdx = dyn_cast<Constant>(Idx)) in SimplifyExtractElementInst() local4260 return ConstantFoldExtractElementInstruction(CVec, CIdx); in SimplifyExtractElementInst()
1253 if (auto *CIdx = dyn_cast<ConstantSDNode>(Idx)) in SimplifyDemandedBits() local1254 if (CIdx->getAPIntValue().ult(NumSrcElts)) in SimplifyDemandedBits()1255 DemandedSrcElts = APInt::getOneBitSet(NumSrcElts, CIdx->getZExtValue()); in SimplifyDemandedBits()1658 auto *CIdx = dyn_cast<ConstantSDNode>(Op.getOperand(2)); in SimplifyDemandedVectorElts() local1662 if (CIdx && CIdx->getAPIntValue().ult(NumElts)) { in SimplifyDemandedVectorElts()1663 unsigned Idx = CIdx->getZExtValue(); in SimplifyDemandedVectorElts()
1216 if (ConstantSDNode *CIdx = dyn_cast<ConstantSDNode>(Idx)) { in SplitVecRes_INSERT_VECTOR_ELT() local1217 unsigned IdxVal = CIdx->getZExtValue(); in SplitVecRes_INSERT_VECTOR_ELT()