OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_PtrToInt
(Results
1 - 6
of
6
) sorted by null
/external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp
[
all
...]
InstructionCombining.cpp
[
all
...]
InstCombineCompares.cpp
[
all
...]
/external/llvm/lib/Analysis/
InstructionSimplify.cpp
756
if (match(Op0,
m_PtrToInt
(m_Value(X))) &&
757
match(Op1,
m_PtrToInt
(m_Value(Y))))
[
all
...]
ValueTracking.cpp
768
m_CombineOr(
m_PtrToInt
(m_Specific(V)),
[
all
...]
/external/llvm/include/llvm/IR/
PatternMatch.h
795
inline CastClass_match<OpTy, Instruction::PtrToInt>
m_PtrToInt
(const OpTy &Op) {
[
all
...]
Completed in 45 milliseconds