Searched refs:bit_type (Results 1 - 4 of 4) sorted by relevance

/openjdk9/hotspot/src/share/vm/shark/
H A DsharkType.hpp46 static llvm::IntegerType* bit_type() { function in class:SharkType
47 return context().bit_type();
H A DllvmValue.hpp67 return llvm::ConstantInt::get(SharkType::bit_type(), value, false);
H A DsharkContext.hpp81 llvm::IntegerType* bit_type() const { function in class:SharkContext
H A DsharkBuilder.cpp160 return SharkType::bit_type();

Completed in 94 milliseconds