|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/CodeGen/SelectionDAG.h 835 SDValue getBoolExtOrTrunc(SDValue Op, const SDLoc &SL, EVT VT, EVT OpVT);
References
lib/CodeGen/SelectionDAG/DAGCombiner.cpp 2700 SDValue CarryExt = DAG.getBoolExtOrTrunc(CarryIn, DL, VT, CarryVT);
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp 3382 Results.push_back(DAG.getBoolExtOrTrunc(ResultCarry, dl, CarryType, VT));
lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp 643 return DAG.getBoolExtOrTrunc(Res.getValue(1), dl, NVT, VT);
lib/CodeGen/SelectionDAG/TargetLowering.cpp 3341 return DAG.getBoolExtOrTrunc(NewSetCC, dl, VT, N0.getValueType());
7128 Overflow = DAG.getBoolExtOrTrunc(SetCC, dl, ResultType, ResultType);
7150 Overflow = DAG.getBoolExtOrTrunc(SetCC, dl, ResultType, ResultType);
7166 Overflow = DAG.getBoolExtOrTrunc(