Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DConstantFolder.h180 return ConstantExpr::getZExtOrBitCast(C, DestTy); in CreateZExtOrBitCast()
DTargetFolder.h194 return Fold(ConstantExpr::getZExtOrBitCast(C, DestTy)); in CreateZExtOrBitCast()
/external/llvm/include/llvm/
DConstants.h943 static Constant *getZExtOrBitCast(
/external/llvm/lib/VMCore/
DConstants.cpp1386 Constant *ConstantExpr::getZExtOrBitCast(Constant *C, Type *Ty) { in getZExtOrBitCast() function in ConstantExpr
DCore.cpp978 return wrap(ConstantExpr::getZExtOrBitCast(unwrap<Constant>(ConstantVal), in LLVMConstZExtOrBitCast()
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli1027 See the method [llvm::ConstantExpr::getZExtOrBitCast]. *)