Searched refs:CIIndex (Results 1 – 1 of 1) sorted by relevance
619 ConstantInt *CILength, ConstantInt *CIIndex, in simplifyX86extrq() argument635 if (CILength && CIIndex) { in simplifyX86extrq()638 APInt APIndex = CIIndex->getValue().zextOrTrunc(6); in simplifyX86extrq()693 Value *Args[] = {Op0, CILength, CIIndex}; in simplifyX86extrq()790 Constant *CIIndex = ConstantInt::get(IntTy8, Index, false); in simplifyX86insertq() local792 Value *Args[] = {Op0, Op1, CILength, CIIndex}; in simplifyX86insertq()1475 auto *CIIndex = in instCombineIntrinsic() local1511 auto *CIIndex = dyn_cast<ConstantInt>(II.getArgOperand(2)); in instCombineIntrinsic() local1573 auto *CIIndex = dyn_cast<ConstantInt>(II.getArgOperand(3)); in instCombineIntrinsic() local1576 if (CILength && CIIndex) { in instCombineIntrinsic()[all …]