Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DNoFolder.h153 Instruction *CreateSExtOrBitCast(Constant *C, Type *DestTy) const override { in CreateSExtOrBitCast() function
H A DConstantFolder.h216 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const override { in CreateSExtOrBitCast() function
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DInstSimplifyFolder.h155 Value *CreateSExtOrBitCast(Constant *C, Type *DestTy) const override { in CreateSExtOrBitCast() function
H A DTargetFolder.h224 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const override { in CreateSExtOrBitCast() function
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DInstructions.cpp3414 CastInst *CastInst::CreateSExtOrBitCast(Value *S, Type *Ty, in CreateSExtOrBitCast() function in CastInst
3422 CastInst *CastInst::CreateSExtOrBitCast(Value *S, Type *Ty, in CreateSExtOrBitCast() function in CastInst