Home
last modified time | relevance | path

Searched defs:CreatePtrToInt (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.h145 Instruction *CreatePtrToInt(Constant *C, Type *DestTy) const override { in CreatePtrToInt() function
H A DConstantFolder.h208 Constant *CreatePtrToInt(Constant *C, Type *DestTy) const override { in CreatePtrToInt() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
H A DInstSimplifyFolder.h147 Value *CreatePtrToInt(Constant *C, Type *DestTy) const override { in CreatePtrToInt() function
H A DTargetFolder.h216 Constant *CreatePtrToInt(Constant *C, Type *DestTy) const override { in CreatePtrToInt() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DConstantFolder.h215 Constant *CreatePtrToInt(Constant *C, Type *DestTy) const { in CreatePtrToInt() function
H A DNoFolder.h279 Instruction *CreatePtrToInt(Constant *C, Type *DestTy) const { in CreatePtrToInt() function
/aosp_15_r20/external/llvm/include/llvm/IR/
H A DConstantFolder.h183 Constant *CreatePtrToInt(Constant *C, Type *DestTy) const { in CreatePtrToInt() function
H A DNoFolder.h236 Instruction *CreatePtrToInt(Constant *C, Type *DestTy) const { in CreatePtrToInt() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DTargetFolder.h198 Constant *CreatePtrToInt(Constant *C, Type *DestTy) const { in CreatePtrToInt() function
/aosp_15_r20/external/llvm/include/llvm/Analysis/
H A DTargetFolder.h196 Constant *CreatePtrToInt(Constant *C, Type *DestTy) const { in CreatePtrToInt() function
/aosp_15_r20/external/llvm/bindings/go/llvm/
H A Dir.go1581 func (b Builder) CreatePtrToInt(val Value, t Type, name string) (v Value) { func