OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FoldOpIntoSelect
(Results
1 - 7
of
7
) sorted by null
/external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp
198
if (Instruction *R =
FoldOpIntoSelect
(I, SI))
418
if (Instruction *R =
FoldOpIntoSelect
(I, SI))
700
if (Instruction *R =
FoldOpIntoSelect
(I, SI))
[
all
...]
InstCombine.h
217
Instruction *
FoldOpIntoSelect
(Instruction &Op, SelectInst *SI);
InstCombineAddSub.cpp
[
all
...]
InstCombineShifts.cpp
33
if (Instruction *R =
FoldOpIntoSelect
(I, SI))
353
if (Instruction *R =
FoldOpIntoSelect
(I, SI))
InstCombineAndOrXor.cpp
[
all
...]
InstCombineCasts.cpp
307
if (Instruction *NV =
FoldOpIntoSelect
(CI, SI))
[
all
...]
InstructionCombining.cpp
581
//
FoldOpIntoSelect
- Given an instruction with a select as one operand and a
585
Instruction *InstCombiner::
FoldOpIntoSelect
(Instruction &Op, SelectInst *SI) {
[
all
...]
Completed in 436 milliseconds