Lines Matching refs:SrcVal
1445 llvm::Value *SrcVal = Src.getScalarVal(); in EmitStoreThroughBitfieldLValue() local
1448 SrcVal = Builder.CreateIntCast(SrcVal, in EmitStoreThroughBitfieldLValue()
1451 llvm::Value *MaskedVal = SrcVal; in EmitStoreThroughBitfieldLValue()
1463 SrcVal = Builder.CreateAnd(SrcVal, in EmitStoreThroughBitfieldLValue()
1467 MaskedVal = SrcVal; in EmitStoreThroughBitfieldLValue()
1469 SrcVal = Builder.CreateShl(SrcVal, Info.Offset, "bf.shl"); in EmitStoreThroughBitfieldLValue()
1479 SrcVal = Builder.CreateOr(Val, SrcVal, "bf.set"); in EmitStoreThroughBitfieldLValue()
1485 llvm::StoreInst *Store = Builder.CreateStore(SrcVal, Ptr, in EmitStoreThroughBitfieldLValue()
1519 llvm::Value *SrcVal = Src.getScalarVal(); in EmitStoreThroughExtVectorComponentLValue() local
1534 Vec = Builder.CreateShuffleVector(SrcVal, in EmitStoreThroughExtVectorComponentLValue()
1548 Builder.CreateShuffleVector(SrcVal, in EmitStoreThroughExtVectorComponentLValue()
1549 llvm::UndefValue::get(SrcVal->getType()), in EmitStoreThroughExtVectorComponentLValue()
1575 Vec = Builder.CreateInsertElement(Vec, SrcVal, Elt); in EmitStoreThroughExtVectorComponentLValue()