Searched refs:getSExtOrBitCast (Results 1 – 8 of 8) sorted by relevance
228 return ConstantExpr::getSExtOrBitCast(C, DestTy); in CreateSExtOrBitCast()
1113 getSExtOrBitCast(Constant *C, ///< The constant to sext or bitcast
215 return Fold(ConstantExpr::getSExtOrBitCast(C, DestTy)); in CreateSExtOrBitCast()
2475 Constant *C1 = ConstantExpr::getSExtOrBitCast(Idx0, CommonTy); in ConstantFoldGetElementPtr()2476 Constant *C2 = ConstantExpr::getSExtOrBitCast(Combined, CommonTy); in ConstantFoldGetElementPtr()
2021 Constant *ConstantExpr::getSExtOrBitCast(Constant *C, Type *Ty) { in getSExtOrBitCast() function in ConstantExpr
1784 return wrap(ConstantExpr::getSExtOrBitCast(unwrap<Constant>(ConstantVal), in LLVMConstSExtOrBitCast()
742 Index, ConstantExpr::getSExtOrBitCast(GEPIndex, IndexType)); in getAsConstantIndexedAddress()
1294 See the method [llvm::ConstantExpr::getSExtOrBitCast]. *)