Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DConstantFolder.h188 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { in CreateSExtOrBitCast() function
H A DNoFolder.h241 Instruction *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { in CreateSExtOrBitCast() function
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetFolder.h203 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { in CreateSExtOrBitCast() function
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp2466 CastInst *CastInst::CreateSExtOrBitCast(Value *S, Type *Ty, in CreateSExtOrBitCast() function in CastInst
2474 CastInst *CastInst::CreateSExtOrBitCast(Value *S, Type *Ty, in CreateSExtOrBitCast() function in CastInst
/minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go1597 func (b Builder) CreateSExtOrBitCast(val Value, t Type, name string) (v Value) { func