OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_Undef
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Analysis/
InstructionSimplify.cpp
543
if (match(Op1,
m_Undef
()))
672
if (match(Op0,
m_Undef
()) || match(Op1,
m_Undef
()))
[
all
...]
/external/llvm/include/llvm/IR/
PatternMatch.h
80
inline class_match<UndefValue>
m_Undef
() { return class_match<UndefValue>(); }
[
all
...]
/external/llvm/lib/IR/
ConstantFold.cpp
[
all
...]
Completed in 51 milliseconds