OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_sign_bit
(Results
1 - 1
of
1
) sorted by null
/external/llvm/include/llvm/IR/
PatternMatch.h
257
struct
is_sign_bit
{
struct in namespace:llvm::PatternMatch
262
inline cst_pred_ty<
is_sign_bit
> m_SignBit() {
263
return cst_pred_ty<
is_sign_bit
>();
265
inline api_pred_ty<
is_sign_bit
> m_SignBit(const APInt *&V) { return V; }
[
all
...]
Completed in 156 milliseconds