OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SoftenedOp
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.h
406
SDValue &
SoftenedOp
= SoftenedFloats[Op];
407
if (!
SoftenedOp
.getNode() &&
410
RemapValue(
SoftenedOp
);
411
assert(
SoftenedOp
.getNode() && "Operand wasn't converted to integer?");
412
return
SoftenedOp
;
[
all
...]
LegalizeTypesGeneric.cpp
59
auto
SoftenedOp
= GetSoftenedFloat(InOp);
60
if (
SoftenedOp
== InOp)
62
SplitInteger(
SoftenedOp
, Lo, Hi);
Completed in 39 milliseconds