Home
last modified time | relevance | path

Searched refs:getSExtOrBitCast (Results 1 – 7 of 7) sorted by relevance

/external/llvm/include/llvm/IR/
DConstantFolder.h190 return ConstantExpr::getSExtOrBitCast(C, DestTy); in CreateSExtOrBitCast()
DConstants.h1031 static Constant *getSExtOrBitCast(
/external/llvm/include/llvm/Analysis/
DTargetFolder.h207 return Fold(ConstantExpr::getSExtOrBitCast(C, DestTy)); in CreateSExtOrBitCast()
/external/llvm/lib/IR/
DConstantFold.cpp2122 Constant *C1 = ConstantExpr::getSExtOrBitCast(Idx0, CommonTy); in ConstantFoldGetElementPtrImpl()
2123 Constant *C2 = ConstantExpr::getSExtOrBitCast(Combined, CommonTy); in ConstantFoldGetElementPtrImpl()
DConstants.cpp1571 Constant *ConstantExpr::getSExtOrBitCast(Constant *C, Type *Ty) { in getSExtOrBitCast() function in ConstantExpr
DCore.cpp1259 return wrap(ConstantExpr::getSExtOrBitCast(unwrap<Constant>(ConstantVal), in LLVMConstSExtOrBitCast()
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli1170 See the method [llvm::ConstantExpr::getSExtOrBitCast]. *)