Home
last modified time | relevance | path

Searched refs:getZExtOrBitCast (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/IR/
DConstantFolder.h180 return ConstantExpr::getZExtOrBitCast(C, DestTy); in CreateZExtOrBitCast()
DConstants.h935 static Constant *getZExtOrBitCast(
/external/llvm/include/llvm/Analysis/
DTargetFolder.h201 return Fold(ConstantExpr::getZExtOrBitCast(C, DestTy)); in CreateZExtOrBitCast()
/external/llvm/lib/IR/
DCore.cpp1106 return wrap(ConstantExpr::getZExtOrBitCast(unwrap<Constant>(ConstantVal), in LLVMConstZExtOrBitCast()
DConstants.cpp1518 Constant *ConstantExpr::getZExtOrBitCast(Constant *C, Type *Ty) { in getZExtOrBitCast() function in ConstantExpr
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli1128 See the method [llvm::ConstantExpr::getZExtOrBitCast]. *)