OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ConstantFoldCompareInstOperands
(Results
1 - 7
of
7
) sorted by null
/external/llvm/include/llvm/Analysis/
ConstantFolding.h
60
///
ConstantFoldCompareInstOperands
- Attempt to constant fold a compare
64
Constant *
ConstantFoldCompareInstOperands
(unsigned Predicate,
/external/llvm/lib/Analysis/
ConstantFolding.cpp
[
all
...]
LazyValueInfo.cpp
217
ConstantFoldCompareInstOperands
(CmpInst::ICMP_NE,
243
ConstantFoldCompareInstOperands
(CmpInst::ICMP_NE,
[
all
...]
InstructionSimplify.cpp
[
all
...]
ScalarEvolution.cpp
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp
338
return
ConstantFoldCompareInstOperands
(C->getPredicate(), ConstOps[0],
[
all
...]
InstCombineCompares.cpp
317
Constant *C =
ConstantFoldCompareInstOperands
(ICI.getPredicate(), Elt,
[
all
...]
Completed in 718 milliseconds