Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstantFolder.h219 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { in CreateZExtOrBitCast() function
DNoFolder.h283 Instruction *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { in CreateZExtOrBitCast() function
/external/llvm-project/llvm/include/llvm/IR/
DNoFolder.h257 Instruction *CreateZExtOrBitCast(Constant *C, Type *DestTy) const override { in CreateZExtOrBitCast() function
DConstantFolder.h223 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const override { in CreateZExtOrBitCast() function
/external/llvm/include/llvm/IR/
DConstantFolder.h186 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { in CreateZExtOrBitCast() function
DNoFolder.h239 Instruction *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { in CreateZExtOrBitCast() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetFolder.h201 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { in CreateZExtOrBitCast() function
/external/llvm/include/llvm/Analysis/
DTargetFolder.h199 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { in CreateZExtOrBitCast() function
/external/llvm-project/llvm/include/llvm/Analysis/
DTargetFolder.h207 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const override { in CreateZExtOrBitCast() function
/external/llvm-project/llvm/lib/IR/
DInstructions.cpp2969 CastInst *CastInst::CreateZExtOrBitCast(Value *S, Type *Ty, in CreateZExtOrBitCast() function in CastInst
2977 CastInst *CastInst::CreateZExtOrBitCast(Value *S, Type *Ty, in CreateZExtOrBitCast() function in CastInst
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstructions.cpp2783 CastInst *CastInst::CreateZExtOrBitCast(Value *S, Type *Ty, in CreateZExtOrBitCast() function in CastInst
2791 CastInst *CastInst::CreateZExtOrBitCast(Value *S, Type *Ty, in CreateZExtOrBitCast() function in CastInst
/external/llvm/lib/IR/
DInstructions.cpp2690 CastInst *CastInst::CreateZExtOrBitCast(Value *S, Type *Ty, in CreateZExtOrBitCast() function in CastInst
2698 CastInst *CastInst::CreateZExtOrBitCast(Value *S, Type *Ty, in CreateZExtOrBitCast() function in CastInst
/external/llvm-project/llvm/bindings/go/llvm/
Dir.go1769 func (b Builder) CreateZExtOrBitCast(val Value, t Type, name string) (v Value) { func
/external/llvm/bindings/go/llvm/
Dir.go1599 func (b Builder) CreateZExtOrBitCast(val Value, t Type, name string) (v Value) { func