OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:falseval
(Results
1 - 16
of
16
) sorted by null
/external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp
206
Value *
FalseVal
) {
211
!isa<Constant>(
FalseVal
)) {
214
if ((SFO & 1) &&
FalseVal
== TVI->getOperand(0)) {
216
} else if ((SFO & 2) &&
FalseVal
== TVI->getOperand(1)) {
230
FalseVal
, NewSel);
244
if (Instruction *FVI = dyn_cast<Instruction>(
FalseVal
)) {
350
Value *
FalseVal
= SI.getFalseValue();
360
return ReplaceInstUsesWith(SI,
FalseVal
);
364
return ReplaceInstUsesWith(SI,
FalseVal
);
384
if ((CmpLHS == TrueVal && AdjustedRHS ==
FalseVal
) ||
[
all
...]