Home
last modified time | relevance | path

Searched defs:CreateZExtOrBitCast (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DConstantFolder.h216 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { in CreateZExtOrBitCast() function
H A DNoFolder.h280 Instruction *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { in CreateZExtOrBitCast() function
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DTargetFolder.h198 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { in CreateZExtOrBitCast() function
/freebsd-12.1/contrib/llvm/lib/IR/
H A DInstructions.cpp2617 CastInst *CastInst::CreateZExtOrBitCast(Value *S, Type *Ty, in CreateZExtOrBitCast() function in CastInst
2625 CastInst *CastInst::CreateZExtOrBitCast(Value *S, Type *Ty, in CreateZExtOrBitCast() function in CastInst