Lines Matching refs:Op1

479 static Value *SimplifyX86insertq(IntrinsicInst &II, Value *Op0, Value *Op1,  in SimplifyX86insertq()  argument
529 Builder.CreateBitCast(Op1, ShufTy), in SimplifyX86insertq()
536 Constant *C1 = dyn_cast<Constant>(Op1); in SimplifyX86insertq()
565 Value *Args[] = {Op0, Op1, CILength, CIIndex}; in SimplifyX86insertq()
1209 Value *Op1 = II->getArgOperand(1); in visitCallInst() local
1211 unsigned VWidth1 = Op1->getType()->getVectorNumElements(); in visitCallInst()
1213 Op1->getType()->getPrimitiveSizeInBits() == 128 && VWidth0 == 2 && in visitCallInst()
1217 Constant *C1 = dyn_cast<Constant>(Op1); in visitCallInst()
1235 if (Value *V = SimplifyDemandedVectorEltsLow(Op1, VWidth1, 2)) { in visitCallInst()
1269 Value *Op1 = II->getArgOperand(1); in visitCallInst() local
1272 Op1->getType()->getPrimitiveSizeInBits() == 128 && VWidth == 2 && in visitCallInst()
1273 Op1->getType()->getVectorNumElements() == 2 && in visitCallInst()
1277 Constant *C1 = dyn_cast<Constant>(Op1); in visitCallInst()
1287 if (Value *V = SimplifyX86insertq(*II, Op0, Op1, Len, Idx, *Builder)) in visitCallInst()
1305 Value *Op1 = II->getArgOperand(1); in visitCallInst() local
1307 unsigned VWidth1 = Op1->getType()->getVectorNumElements(); in visitCallInst()
1309 Op1->getType()->getPrimitiveSizeInBits() == 128 && VWidth0 == 2 && in visitCallInst()
1320 if (Value *V = SimplifyX86insertq(*II, Op0, Op1, Len, Idx, *Builder)) in visitCallInst()
1331 if (Value *V = SimplifyDemandedVectorEltsLow(Op1, VWidth1, 1)) { in visitCallInst()
1350 Value *Op1 = II->getArgOperand(1); in visitCallInst() local
1354 if (Op0 == Op1) in visitCallInst()
1384 return SelectInst::Create(NewSelector, Op1, Op0, "blendv"); in visitCallInst()
1519 Value *Op1 = Builder->CreateBitCast(II->getArgOperand(1), in visitCallInst() local
1537 Value *Op0ToUse = (DL.isLittleEndian()) ? Op1 : Op0; in visitCallInst()
1538 Value *Op1ToUse = (DL.isLittleEndian()) ? Op0 : Op1; in visitCallInst()