Lines Matching defs:C
36 Constant *Fold(Constant *C) const { in Fold()
122 Constant *CreateFNeg(Constant *C) const { in CreateFNeg()
125 Constant *CreateNot(Constant *C) const { in CreateNot()
133 Constant *CreateGetElementPtr(Type *Ty, Constant *C, in CreateGetElementPtr()
137 Constant *CreateGetElementPtr(Type *Ty, Constant *C, Constant *Idx) const { in CreateGetElementPtr()
143 Constant *CreateGetElementPtr(Type *Ty, Constant *C, in CreateGetElementPtr()
148 Constant *CreateInBoundsGetElementPtr(Type *Ty, Constant *C, in CreateInBoundsGetElementPtr()
152 Constant *CreateInBoundsGetElementPtr(Type *Ty, Constant *C, in CreateInBoundsGetElementPtr()
159 Constant *CreateInBoundsGetElementPtr(Type *Ty, Constant *C, in CreateInBoundsGetElementPtr()
168 Constant *CreateCast(Instruction::CastOps Op, Constant *C, in CreateCast()
174 Constant *CreateIntCast(Constant *C, Type *DestTy, in CreateIntCast()
180 Constant *CreatePointerCast(Constant *C, Type *DestTy) const { in CreatePointerCast()
185 Constant *CreateFPCast(Constant *C, Type *DestTy) const { in CreateFPCast()
190 Constant *CreateBitCast(Constant *C, Type *DestTy) const { in CreateBitCast()
193 Constant *CreateIntToPtr(Constant *C, Type *DestTy) const { in CreateIntToPtr()
196 Constant *CreatePtrToInt(Constant *C, Type *DestTy) const { in CreatePtrToInt()
199 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { in CreateZExtOrBitCast()
204 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { in CreateSExtOrBitCast()
209 Constant *CreateTruncOrBitCast(Constant *C, Type *DestTy) const { in CreateTruncOrBitCast()
215 Constant *CreatePointerBitCastOrAddrSpaceCast(Constant *C, in CreatePointerBitCastOrAddrSpaceCast()
239 Constant *CreateSelect(Constant *C, Constant *True, Constant *False) const { in CreateSelect()