Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DNoFolder.h261 Instruction *CreateSExtOrBitCast(Constant *C, Type *DestTy) const override { in CreateSExtOrBitCast() function
H A DConstantFolder.h227 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const override { in CreateSExtOrBitCast() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetFolder.h212 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const override { in CreateSExtOrBitCast() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp3006 CastInst *CastInst::CreateSExtOrBitCast(Value *S, Type *Ty, in CreateSExtOrBitCast() function in CastInst
3014 CastInst *CastInst::CreateSExtOrBitCast(Value *S, Type *Ty, in CreateSExtOrBitCast() function in CastInst
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go1775 func (b Builder) CreateSExtOrBitCast(val Value, t Type, name string) (v Value) { func