Searched refs:CIIndex (Results 1 – 1 of 1) sorted by relevance
1688 ConstantInt *CILength, ConstantInt *CIIndex, in simplifyX86extrq() argument1704 if (CILength && CIIndex) { in simplifyX86extrq()1707 APInt APIndex = CIIndex->getValue().zextOrTrunc(6); in simplifyX86extrq()1762 Value *Args[] = {Op0, CILength, CIIndex}; in simplifyX86extrq()1859 Constant *CIIndex = ConstantInt::get(IntTy8, Index, false); in simplifyX86insertq() local1861 Value *Args[] = {Op0, Op1, CILength, CIIndex}; in simplifyX86insertq()2544 auto *CIIndex = in instCombineIntrinsic() local2580 auto *CIIndex = dyn_cast<ConstantInt>(II.getArgOperand(2)); in instCombineIntrinsic() local2642 auto *CIIndex = dyn_cast<ConstantInt>(II.getArgOperand(3)); in instCombineIntrinsic() local2645 if (CILength && CIIndex) { in instCombineIntrinsic()[all …]