OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FoldSelectIntoOp
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineSelect.cpp
203
///
FoldSelectIntoOp
- Try fold the select into one of the operands to
205
Instruction *InstCombiner::
FoldSelectIntoOp
(SelectInst &SI, Value *TrueVal,
835
if (Instruction *FoldI =
FoldSelectIntoOp
(SI, TrueVal, FalseVal))
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp
229
Instruction *InstCombiner::
FoldSelectIntoOp
(SelectInst &SI, Value *TrueVal,
[
all
...]
Completed in 100 milliseconds