Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DConstantFolder.h211 Constant *CreateIntToPtr(Constant *C, Type *DestTy) const { in CreateIntToPtr() function
H A DNoFolder.h275 Instruction *CreateIntToPtr(Constant *C, Type *DestTy) const { in CreateIntToPtr() function
/aosp_15_r20/external/llvm/include/llvm/IR/
H A DConstantFolder.h180 Constant *CreateIntToPtr(Constant *C, Type *DestTy) const { in CreateIntToPtr() function
H A DNoFolder.h233 Instruction *CreateIntToPtr(Constant *C, Type *DestTy) const { in CreateIntToPtr() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DTargetFolder.h195 Constant *CreateIntToPtr(Constant *C, Type *DestTy) const { in CreateIntToPtr() function
/aosp_15_r20/external/llvm/include/llvm/Analysis/
H A DTargetFolder.h193 Constant *CreateIntToPtr(Constant *C, Type *DestTy) const { in CreateIntToPtr() function
/aosp_15_r20/external/llvm/bindings/go/llvm/
H A Dir.go1587 func (b Builder) CreateIntToPtr(val Value, t Type, name string) (v Value) { func