Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86InstCombineIntrinsic.cpp619 ConstantInt *CILength, ConstantInt *CIIndex, in simplifyX86extrq() argument
635 if (CILength && CIIndex) { in simplifyX86extrq()
639 APInt APLength = CILength->getValue().zextOrTrunc(6); in simplifyX86extrq()
693 Value *Args[] = {Op0, CILength, CIIndex}; in simplifyX86extrq()
789 Constant *CILength = ConstantInt::get(IntTy8, Length, false); in simplifyX86insertq() local
792 Value *Args[] = {Op0, Op1, CILength, CIIndex}; in simplifyX86insertq()
1472 auto *CILength = in instCombineIntrinsic() local
1510 auto *CILength = dyn_cast<ConstantInt>(II.getArgOperand(1)); in instCombineIntrinsic() local
1572 auto *CILength = dyn_cast<ConstantInt>(II.getArgOperand(2)); in instCombineIntrinsic() local
1576 if (CILength && CIIndex) { in instCombineIntrinsic()
[all …]