Searched refs:getSExtOrBitCast (Results 1 – 7 of 7) sorted by relevance
190 return ConstantExpr::getSExtOrBitCast(C, DestTy); in CreateSExtOrBitCast()
1031 static Constant *getSExtOrBitCast(
207 return Fold(ConstantExpr::getSExtOrBitCast(C, DestTy)); in CreateSExtOrBitCast()
2122 Constant *C1 = ConstantExpr::getSExtOrBitCast(Idx0, CommonTy); in ConstantFoldGetElementPtrImpl()2123 Constant *C2 = ConstantExpr::getSExtOrBitCast(Combined, CommonTy); in ConstantFoldGetElementPtrImpl()
1571 Constant *ConstantExpr::getSExtOrBitCast(Constant *C, Type *Ty) { in getSExtOrBitCast() function in ConstantExpr
1259 return wrap(ConstantExpr::getSExtOrBitCast(unwrap<Constant>(ConstantVal), in LLVMConstSExtOrBitCast()
1170 See the method [llvm::ConstantExpr::getSExtOrBitCast]. *)