Searched refs:getSExtOrBitCast (Results 1 – 7 of 7) sorted by relevance
183 return ConstantExpr::getSExtOrBitCast(C, DestTy); in CreateSExtOrBitCast()
206 return Fold(ConstantExpr::getSExtOrBitCast(C, DestTy)); in CreateSExtOrBitCast()
935 static Constant *getSExtOrBitCast(
1956 Constant *C1 = ConstantExpr::getSExtOrBitCast(Idx0, Int64Ty); in ConstantFoldGetElementPtrImpl()1957 Constant *C2 = ConstantExpr::getSExtOrBitCast(Combined, Int64Ty); in ConstantFoldGetElementPtrImpl()
1004 return wrap(ConstantExpr::getSExtOrBitCast(unwrap<Constant>(ConstantVal), in LLVMConstSExtOrBitCast()
1468 Constant *ConstantExpr::getSExtOrBitCast(Constant *C, Type *Ty) { in getSExtOrBitCast() function in ConstantExpr
1033 See the method [llvm::ConstantExpr::getSExtOrBitCast]. *)