Searched defs:CreatePtrToInt (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DTargetFolder.h195 Constant *CreatePtrToInt(Constant *C, Type *DestTy) const { function in class:llvm::TargetFolder
/external/llvm/include/llvm/IR/
H A DConstantFolder.h176 Constant *CreatePtrToInt(Constant *C, Type *DestTy) const { function in class:llvm::ConstantFolder
H A DNoFolder.h235 Instruction *CreatePtrToInt(Constant *C, Type *DestTy) const { function in class:llvm::NoFolder
H A DIRBuilder.h1150 Value *CreatePtrToInt(Value *V, Type *DestTy, function in class:llvm::IRBuilder
1449 Value *LHS_int = CreatePtrToInt(LHS, Type::getInt64Ty(Context));
1450 Value *RHS_int = CreatePtrToInt(RHS, Type::getInt64Ty(Context));

Completed in 517 milliseconds