Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DConstantFolder.h183 return ConstantExpr::getSExtOrBitCast(C, DestTy); in CreateSExtOrBitCast()
DTargetFolder.h206 return Fold(ConstantExpr::getSExtOrBitCast(C, DestTy)); in CreateSExtOrBitCast()
/external/llvm/include/llvm/IR/
DConstants.h935 static Constant *getSExtOrBitCast(
/external/llvm/lib/IR/
DConstantFold.cpp1956 Constant *C1 = ConstantExpr::getSExtOrBitCast(Idx0, Int64Ty); in ConstantFoldGetElementPtrImpl()
1957 Constant *C2 = ConstantExpr::getSExtOrBitCast(Combined, Int64Ty); in ConstantFoldGetElementPtrImpl()
DCore.cpp1004 return wrap(ConstantExpr::getSExtOrBitCast(unwrap<Constant>(ConstantVal), in LLVMConstSExtOrBitCast()
DConstants.cpp1468 Constant *ConstantExpr::getSExtOrBitCast(Constant *C, Type *Ty) { in getSExtOrBitCast() function in ConstantExpr
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli1033 See the method [llvm::ConstantExpr::getSExtOrBitCast]. *)