Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DNoFolder.h141 Instruction *CreateIntToPtr(Constant *C, Type *DestTy) const override { in CreateIntToPtr() function
H A DConstantFolder.h204 Constant *CreateIntToPtr(Constant *C, Type *DestTy) const override { in CreateIntToPtr() function
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DInstSimplifyFolder.h144 Value *CreateIntToPtr(Constant *C, Type *DestTy) const override { in CreateIntToPtr() function
H A DTargetFolder.h213 Constant *CreateIntToPtr(Constant *C, Type *DestTy) const override { in CreateIntToPtr() function
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dir.go1723 func (b Builder) CreateIntToPtr(val Value, t Type, name string) (v Value) { func