reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3629 MipsTargetLowering::shouldSignExtendTypeInLibCall(EVT Type, bool IsSigned) const {
2031 Entry.IsSExt = TLI.shouldSignExtendTypeInLibCall(ArgVT, isSigned); 2032 Entry.IsZExt = !TLI.shouldSignExtendTypeInLibCall(ArgVT, isSigned); 2058 bool signExtend = TLI.shouldSignExtendTypeInLibCall(RetVT, isSigned);lib/CodeGen/SelectionDAG/TargetLowering.cpp
134 Entry.IsSExt = shouldSignExtendTypeInLibCall(NewOp.getValueType(), 152 bool signExtend = shouldSignExtendTypeInLibCall(RetVT, CallOptions.IsSExt);