Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DConstantFolder.h220 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { in CreateSExtOrBitCast() function
H A DNoFolder.h284 Instruction *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { in CreateSExtOrBitCast() function
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DTargetFolder.h203 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { in CreateSExtOrBitCast() function
/freebsd-12.1/contrib/llvm/lib/IR/
H A DInstructions.cpp2633 CastInst *CastInst::CreateSExtOrBitCast(Value *S, Type *Ty, in CreateSExtOrBitCast() function in CastInst
2641 CastInst *CastInst::CreateSExtOrBitCast(Value *S, Type *Ty, in CreateSExtOrBitCast() function in CastInst