Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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
/llvm-project-15.0.7/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
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dir.go1717 func (b Builder) CreatePtrToInt(val Value, t Type, name string) (v Value) { func