OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FoldSelectOpOp
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineSelect.cpp
122
///
FoldSelectOpOp
- Here we have (select c, TI, FI), and we know that TI and FI
124
Instruction *InstCombiner::
FoldSelectOpOp
(SelectInst &SI, Instruction *TI,
782
if (Instruction *IV =
FoldSelectOpOp
(SI, TI, FI))
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp
120
Instruction *InstCombiner::
FoldSelectOpOp
(SelectInst &SI, Instruction *TI,
[
all
...]
Completed in 97 milliseconds